#1E76BC

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

Shades of Denim #1E76BC

Tints of Denim #1E76BC

Color information

#1E76BC (or 0x1E76BC) is unknown color: approx Denim. HEX triplet: 1E, 76 and BC. RGB value is (30,118,188). Sum of RGB (Red+Green+Blue) = 30+118+188=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E76BC is #E18943. Grayscale: #636363. Windows color (decimal): -14780740 or 12351006. OLE color: 12351006.

HSL color Cylindrical-coordinate representation of color #1E76BC: hue angle of 206.58º 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 #1E76BC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB30118188-
CMYK0.840.3700.26
HSL206.58º72.48%42.75%-
HSV(B)206.58º84.04%73.73%-
XYZ16.0916.8649.98-
YUV99.67177.8578.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.93%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 188 (73.83% from 255) = 55.95%
R=8.93%
G=35.12%
B=55.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301181880.840.3700.26206.5872.4842.75
Hex1E76BC542501Acf482b
Octal361662741244503231711053
Binary111101110110101111001010100100101011010110011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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