Html Css Color HEX #054B91 Dark Cerulean

📋 copy color: '#054B91'

red 5 ◦ green 75 ◦ blue 145

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

Shades of Dark Cerulean #054B91

Tints of Dark Cerulean #054B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 64.44%

R = 2.22%
G = 33.33%
B = 64.44%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054B91 (or 0x054B91) is known color: Dark Cerulean. HEX triplet: 05, 4B and 91. RGB value is (5,75,145). Sum of RGB (Red+Green+Blue) = 5+75+145=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #054B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054B91 is #FAB46E. Grayscale: #3D3D3D. Windows color (decimal): -16430191 or 9521925. OLE color: 9521925.

HSL color Cylindrical-coordinate representation of color #054B91: hue angle of 210º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054B91 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 75 145 -
CMYK 0.97 0.48 0 0.43
HSL 210º 0.93% 0.29% -
HSV(B) 210º 0.97% 0.57% -
XYZ 7.69 7.11 27.75 -
YUV 62.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 5 75 145 0.97 0.48 0 0.43 210 0.93 0.29
Hex 5 4B 91 61 30 0 2B D2 5D 1D
Octal 5 113 221 141 60 0 53 322 135 35
Binary 101 1001011 10010001 1100001 110000 0 101011 11010010 1011101 11101

Color Harmonies of #054B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B91

Black with #054B91

Text Example


Text Example

White with #054B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,75,145); }

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

background-color css

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

 a { background-color: rgb(5,75,145); }

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

border-color css

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

 span { border-color: rgb(5,75,145); }

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