Html Css Color HEX #054971 Dark Cerulean

📋 copy color: '#054971'

red 5 ◦ green 73 ◦ blue 113

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

Shades of Dark Cerulean #054971

Tints of Dark Cerulean #054971

RGB

 RED value IS 5 (2.34% from 255) = 2.62%

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 2.62%
G = 38.22%
B = 59.16%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#054971 (or 0x054971) is known color: Dark Cerulean. HEX triplet: 05, 49 and 71. RGB value is (5,73,113). Sum of RGB (Red+Green+Blue) = 5+73+113=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #054971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054971 is #FAB68E. Grayscale: #393939. Windows color (decimal): -16430735 or 7424261. OLE color: 7424261.

HSL color Cylindrical-coordinate representation of color #054971: hue angle of 202.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054971 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 73 113 -
CMYK 0.96 0.35 0 0.56
HSL 202.22º 0.92% 0.23% -
HSV(B) 202.22º 0.96% 0.44% -
XYZ 5.43 5.99 16.49 -
YUV 57.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 5 73 113 0.96 0.35 0 0.56 202.22 0.92 0.23
Hex 5 49 71 60 23 0 38 CA 5C 17
Octal 5 111 161 140 43 0 70 312 134 27
Binary 101 1001001 1110001 1100000 100011 0 111000 11001010 1011100 10111

Color Harmonies of #054971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054971

Black with #054971

Text Example


Text Example

White with #054971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054971; }

 p { color: rgb(5,73,113); }

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

background-color css

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

 a { background-color: rgb(5,73,113); }

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

border-color css

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

 span { border-color: rgb(5,73,113); }

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