#1E65C0

Color #1E65C0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1E65C0

Tints of Denim #1E65C0

Color information

#1E65C0 (or 0x1E65C0) is unknown color: approx Denim. HEX triplet: 1E, 65 and C0. RGB value is (30,101,192). Sum of RGB (Red+Green+Blue) = 30+101+192=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E65C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E65C0 is #E19A3F. Grayscale: #595959. Windows color (decimal): -14785088 or 12608798. OLE color: 12608798.

HSL color Cylindrical-coordinate representation of color #1E65C0: hue angle of 213.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E65C0 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30101192-
CMYK0.840.4700.25
HSL213.7º72.97%43.53%-
HSV(B)213.7º84.38%75.29%-
XYZ14.713.3951.68-
YUV90.15185.4885.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=9.29%
G=31.27%
B=59.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301011920.840.4700.25213.772.9743.53
Hex1E65C0542F019d6492c
Octal361453001245703132611154
Binary111101100101110000001010100101111011001110101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E65C0; }

 p { color: rgb(30,101,192); }

 H1.HeaderClassName
 {
   color: #1E65C0;
 }
 .AnyTagClassName
 {
   color: #1E65C0;
 }
</style>
background-color css

<style>
 a { background-color: #1E65C0; }

 a { background-color: rgb(30,101,192); }

 div.DivClassName
 {
   background-color: #1E65C0;
 }
 .BgClassName
 {
   background-color: #1E65C0;
 }
</style>
border-color css

<style>
 span { border-color: #1E65C0; }

 span { border-color: rgb(30,101,192); }

 td.TdClassName
 {
   border-color: #1E65C0;
 }
 .TagClassName
 {
   border-color: #1E65C0;
 }
</style>