#1E64BC

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

Shades of Denim #1E64BC

Tints of Denim #1E64BC

Color information

#1E64BC (or 0x1E64BC) is unknown color: approx Denim. HEX triplet: 1E, 64 and BC. RGB value is (30,100,188). Sum of RGB (Red+Green+Blue) = 30+100+188=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E64BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E64BC is #E19B43. Grayscale: #585858. Windows color (decimal): -14785348 or 12346398. OLE color: 12346398.

HSL color Cylindrical-coordinate representation of color #1E64BC: hue angle of 213.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E64BC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB30100188-
CMYK0.840.4700.26
HSL213.42º72.48%42.75%-
HSV(B)213.42º84.04%73.73%-
XYZ14.1713.0249.34-
YUV89.1183.8185.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.43%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=9.43%
G=31.45%
B=59.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301001880.840.4700.26213.4272.4842.75
Hex1E64BC542F01Ad5482b
Octal361442741245703232511053
Binary111101100100101111001010100101111011010110101011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,100,188); }

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

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

 a { background-color: rgb(30,100,188); }

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

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

 span { border-color: rgb(30,100,188); }

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