Html Css Color HEX #054673 Dark Cerulean

📋 copy color: '#054673'

red 5 ◦ green 70 ◦ blue 115

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

Shades of Dark Cerulean #054673

Tints of Dark Cerulean #054673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 2.63%
G = 36.84%
B = 60.53%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054673 (or 0x054673) is known color: Dark Cerulean. HEX triplet: 05, 46 and 73. RGB value is (5,70,115). Sum of RGB (Red+Green+Blue) = 5+70+115=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #054673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054673 is #FAB98C. Grayscale: #373737. Windows color (decimal): -16431501 or 7554565. OLE color: 7554565.

HSL color Cylindrical-coordinate representation of color #054673: hue angle of 204.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054673 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 70 115 -
CMYK 0.96 0.39 0 0.55
HSL 204.55º 0.92% 0.24% -
HSV(B) 204.55º 0.96% 0.45% -
XYZ 5.35 5.65 17.03 -
YUV 55.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 5 70 115 0.96 0.39 0 0.55 204.55 0.92 0.24
Hex 5 46 73 60 27 0 37 CD 5C 18
Octal 5 106 163 140 47 0 67 315 134 30
Binary 101 1000110 1110011 1100000 100111 0 110111 11001101 1011100 11000

Color Harmonies of #054673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054673

Black with #054673

Text Example


Text Example

White with #054673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054673; }

 p { color: rgb(5,70,115); }

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

background-color css

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

 a { background-color: rgb(5,70,115); }

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

border-color css

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

 span { border-color: rgb(5,70,115); }

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