Html Css Color HEX #054471 Dark Cerulean

📋 copy color: '#054471'

red 5 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #054471

Tints of Dark Cerulean #054471

RGB

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

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

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

R = 2.69%
G = 36.56%
B = 60.75%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#054471 (or 0x054471) is known color: Dark Cerulean. HEX triplet: 05, 44 and 71. RGB value is (5,68,113). Sum of RGB (Red+Green+Blue) = 5+68+113=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #054471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054471 is #FABB8E. Grayscale: #363636. Windows color (decimal): -16432015 or 7422981. OLE color: 7422981.

HSL color Cylindrical-coordinate representation of color #054471: hue angle of 205º 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 #054471 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 68 113 -
CMYK 0.96 0.40 0 0.56
HSL 205º 0.92% 0.23% -
HSV(B) 205º 0.96% 0.44% -
XYZ 5.11 5.36 16.39 -
YUV 54.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 5 68 113 0.96 0.40 0 0.56 205 0.92 0.23
Hex 5 44 71 60 28 0 38 CD 5C 17
Octal 5 104 161 140 50 0 70 315 134 27
Binary 101 1000100 1110001 1100000 101000 0 111000 11001101 1011100 10111

Color Harmonies of #054471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054471

Black with #054471

Text Example


Text Example

White with #054471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054471; }

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

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

background-color css

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

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

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

border-color css

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

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

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