Html Css Color HEX #1E76BC Denim

📋 copy color: '#1E76BC'

red 30 ◦ green 118 ◦ blue 188

#1E76BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1E76BC

Tints of Denim #1E76BC

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 value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E76BC (or 0x1E76BC) is known color: 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

RGB 30 118 188 -
CMYK 0.84 0.37 0 0.26
HSL 206.58º 0.72% 0.43% -
HSV(B) 206.58º 0.84% 0.74% -
XYZ 16.09 16.86 49.98 -
YUV 99.67 177.85 78.31 -
System Red Green Blue C M Y K H S L
Decimal 30 118 188 0.84 0.37 0 0.26 206.58 0.72 0.43
Hex 1E 76 BC 54 25 0 1A CF 48 2B
Octal 36 166 274 124 45 0 32 317 110 53
Binary 11110 1110110 10111100 1010100 100101 0 11010 11001111 1001000 101011

Color Harmonies of #1E76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E76BC

Black with #1E76BC

Text Example


Text Example

White with #1E76BC

Text Example


Text Example

HTML Codes & Css Web 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>