Html Css Color HEX #054D91 Dark Cerulean

📋 copy color: '#054D91'

red 5 ◦ green 77 ◦ blue 145

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

Shades of Dark Cerulean #054D91

Tints of Dark Cerulean #054D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.92%

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

R = 2.2%
G = 33.92%
B = 63.88%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054D91 (or 0x054D91) is known color: Dark Cerulean. HEX triplet: 05, 4D and 91. RGB value is (5,77,145). Sum of RGB (Red+Green+Blue) = 5+77+145=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #054D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D91 is #FAB26E. Grayscale: #3E3E3E. Windows color (decimal): -16429679 or 9522437. OLE color: 9522437.

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

Color convert

RGB 5 77 145 -
CMYK 0.97 0.47 0 0.43
HSL 209.14º 0.93% 0.29% -
HSV(B) 209.14º 0.97% 0.57% -
XYZ 7.83 7.38 27.8 -
YUV 63.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 5 77 145 0.97 0.47 0 0.43 209.14 0.93 0.29
Hex 5 4D 91 61 2F 0 2B D1 5D 1D
Octal 5 115 221 141 57 0 53 321 135 35
Binary 101 1001101 10010001 1100001 101111 0 101011 11010001 1011101 11101

Color Harmonies of #054D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D91

Black with #054D91

Text Example


Text Example

White with #054D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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