Html Css Color HEX #1F4476 Dark Cerulean

📋 copy color: '#1F4476'

red 31 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #1F4476

Tints of Dark Cerulean #1F4476

RGB

 RED value IS 31 (12.5% from 255) = 14.29%

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 14.29%
G = 31.34%
B = 54.38%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F4476 (or 0x1F4476) is known color: Dark Cerulean. HEX triplet: 1F, 44 and 76. RGB value is (31,68,118). Sum of RGB (Red+Green+Blue) = 31+68+118=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4476 is #E0BB89. Grayscale: #3E3E3E. Windows color (decimal): -14728074 or 7750687. OLE color: 7750687.

HSL color Cylindrical-coordinate representation of color #1F4476: hue angle of 214.48º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4476 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 68 118 -
CMYK 0.74 0.42 0 0.54
HSL 214.48º 0.58% 0.29% -
HSV(B) 214.48º 0.74% 0.46% -
XYZ 5.9 5.73 17.94 -
YUV 62.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 31 68 118 0.74 0.42 0 0.54 214.48 0.58 0.29
Hex 1F 44 76 4A 2A 0 36 D6 3A 1D
Octal 37 104 166 112 52 0 66 326 72 35
Binary 11111 1000100 1110110 1001010 101010 0 110110 11010110 111010 11101

Color Harmonies of #1F4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4476

Black with #1F4476

Text Example


Text Example

White with #1F4476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,68,118); }

 H1.HeaderClassName
 {
   color: #1F4476;
 }
 .AnyTagClassName
 {
   color: #1F4476;
 }
</style>

background-color css

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

 a { background-color: rgb(31,68,118); }

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

border-color css

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

 span { border-color: rgb(31,68,118); }

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