Html Css Color HEX #054994 Dark Cerulean

📋 copy color: '#054994'

red 5 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #054994

Tints of Dark Cerulean #054994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 148 (58.2% from 255) = 65.49%

R = 2.21%
G = 32.3%
B = 65.49%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054994 (or 0x054994) is known color: Dark Cerulean. HEX triplet: 05, 49 and 94. RGB value is (5,73,148). Sum of RGB (Red+Green+Blue) = 5+73+148=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #054994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054994 is #FAB66B. Grayscale: #3C3C3C. Windows color (decimal): -16430700 or 9718021. OLE color: 9718021.

HSL color Cylindrical-coordinate representation of color #054994: hue angle of 211.47º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054994 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 73 148 -
CMYK 0.97 0.51 0 0.42
HSL 211.47º 0.93% 0.3% -
HSV(B) 211.47º 0.97% 0.58% -
XYZ 7.79 6.94 28.95 -
YUV 61.22 176.97 87.9 -
System Red Green Blue C M Y K H S L
Decimal 5 73 148 0.97 0.51 0 0.42 211.47 0.93 0.3
Hex 5 49 94 61 33 0 2A D3 5D 1E
Octal 5 111 224 141 63 0 52 323 135 36
Binary 101 1001001 10010100 1100001 110011 0 101010 11010011 1011101 11110

Color Harmonies of #054994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054994

Black with #054994

Text Example


Text Example

White with #054994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054994; }

 p { color: rgb(5,73,148); }

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

background-color css

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

 a { background-color: rgb(5,73,148); }

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

border-color css

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

 span { border-color: rgb(5,73,148); }

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