Html Css Color HEX #054674 Dark Cerulean

📋 copy color: '#054674'

red 5 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #054674

Tints of Dark Cerulean #054674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 2.62%
G = 36.65%
B = 60.73%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054674 (or 0x054674) is known color: Dark Cerulean. HEX triplet: 05, 46 and 74. RGB value is (5,70,116). Sum of RGB (Red+Green+Blue) = 5+70+116=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #054674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054674 is #FAB98B. Grayscale: #373737. Windows color (decimal): -16431500 or 7620101. OLE color: 7620101.

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

Color convert

RGB 5 70 116 -
CMYK 0.96 0.40 0 0.55
HSL 204.86º 0.92% 0.24% -
HSV(B) 204.86º 0.96% 0.45% -
XYZ 5.41 5.67 17.33 -
YUV 55.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 5 70 116 0.96 0.40 0 0.55 204.86 0.92 0.24
Hex 5 46 74 60 28 0 37 CD 5C 18
Octal 5 106 164 140 50 0 67 315 134 30
Binary 101 1000110 1110100 1100000 101000 0 110111 11001101 1011100 11000

Color Harmonies of #054674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054674

Black with #054674

Text Example


Text Example

White with #054674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054674; }

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

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

background-color css

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

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

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

border-color css

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

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

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