Html Css Color HEX #054A93 Dark Cerulean

📋 copy color: '#054A93'

red 5 ◦ green 74 ◦ blue 147

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

Shades of Dark Cerulean #054A93

Tints of Dark Cerulean #054A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.04%

R = 2.21%
G = 32.74%
B = 65.04%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054A93 (or 0x054A93) is known color: Dark Cerulean. HEX triplet: 05, 4A and 93. RGB value is (5,74,147). Sum of RGB (Red+Green+Blue) = 5+74+147=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #054A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A93 is #FAB56C. Grayscale: #3D3D3D. Windows color (decimal): -16430445 or 9652741. OLE color: 9652741.

HSL color Cylindrical-coordinate representation of color #054A93: hue angle of 210.85º 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 #054A93 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 74 147 -
CMYK 0.97 0.50 0 0.42
HSL 210.85º 0.93% 0.3% -
HSV(B) 210.85º 0.97% 0.58% -
XYZ 7.78 7.04 28.55 -
YUV 61.69 176.14 87.56 -
System Red Green Blue C M Y K H S L
Decimal 5 74 147 0.97 0.50 0 0.42 210.85 0.93 0.3
Hex 5 4A 93 61 32 0 2A D3 5D 1E
Octal 5 112 223 141 62 0 52 323 135 36
Binary 101 1001010 10010011 1100001 110010 0 101010 11010011 1011101 11110

Color Harmonies of #054A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A93

Black with #054A93

Text Example


Text Example

White with #054A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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