Html Css Color HEX #054376 Dark Cerulean

📋 copy color: '#054376'

red 5 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #054376

Tints of Dark Cerulean #054376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.26%

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

R = 2.63%
G = 35.26%
B = 62.11%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#054376 (or 0x054376) is known color: Dark Cerulean. HEX triplet: 05, 43 and 76. RGB value is (5,67,118). Sum of RGB (Red+Green+Blue) = 5+67+118=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #054376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054376 is #FABC89. Grayscale: #363636. Windows color (decimal): -16432266 or 7750405. OLE color: 7750405.

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

Color convert

RGB 5 67 118 -
CMYK 0.96 0.43 0 0.54
HSL 207.08º 0.92% 0.24% -
HSV(B) 207.08º 0.96% 0.46% -
XYZ 5.34 5.35 17.89 -
YUV 54.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 5 67 118 0.96 0.43 0 0.54 207.08 0.92 0.24
Hex 5 43 76 60 2B 0 36 CF 5C 18
Octal 5 103 166 140 53 0 66 317 134 30
Binary 101 1000011 1110110 1100000 101011 0 110110 11001111 1011100 11000

Color Harmonies of #054376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054376

Black with #054376

Text Example


Text Example

White with #054376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054376; }

 p { color: rgb(5,67,118); }

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

background-color css

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

 a { background-color: rgb(5,67,118); }

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

border-color css

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

 span { border-color: rgb(5,67,118); }

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