Html Css Color HEX #054A74 Dark Cerulean

📋 copy color: '#054A74'

red 5 ◦ green 74 ◦ blue 116

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

Shades of Dark Cerulean #054A74

Tints of Dark Cerulean #054A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.95%

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

R = 2.56%
G = 37.95%
B = 59.49%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054A74 (or 0x054A74) is known color: Dark Cerulean. HEX triplet: 05, 4A and 74. RGB value is (5,74,116). Sum of RGB (Red+Green+Blue) = 5+74+116=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #054A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A74 is #FAB58B. Grayscale: #393939. Windows color (decimal): -16430476 or 7621125. OLE color: 7621125.

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

Color convert

RGB 5 74 116 -
CMYK 0.96 0.36 0 0.55
HSL 202.7º 0.92% 0.24% -
HSV(B) 202.7º 0.96% 0.45% -
XYZ 5.66 6.19 17.42 -
YUV 58.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 5 74 116 0.96 0.36 0 0.55 202.7 0.92 0.24
Hex 5 4A 74 60 24 0 37 CB 5C 18
Octal 5 112 164 140 44 0 67 313 134 30
Binary 101 1001010 1110100 1100000 100100 0 110111 11001011 1011100 11000

Color Harmonies of #054A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A74

Black with #054A74

Text Example


Text Example

White with #054A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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