Html Css Color HEX #054890 Dark Cerulean

📋 copy color: '#054890'

red 5 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #054890

Tints of Dark Cerulean #054890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 144 (56.64% from 255) = 65.16%

R = 2.26%
G = 32.58%
B = 65.16%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#054890 (or 0x054890) is known color: Dark Cerulean. HEX triplet: 05, 48 and 90. RGB value is (5,72,144). Sum of RGB (Red+Green+Blue) = 5+72+144=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #054890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054890 is #FAB76F. Grayscale: #3B3B3B. Windows color (decimal): -16430960 or 9455621. OLE color: 9455621.

HSL color Cylindrical-coordinate representation of color #054890: hue angle of 211.08º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054890 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 72 144 -
CMYK 0.97 0.50 0 0.44
HSL 211.08º 0.93% 0.29% -
HSV(B) 211.08º 0.97% 0.56% -
XYZ 7.41 6.68 27.28 -
YUV 60.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 5 72 144 0.97 0.50 0 0.44 211.08 0.93 0.29
Hex 5 48 90 61 32 0 2C D3 5D 1D
Octal 5 110 220 141 62 0 54 323 135 35
Binary 101 1001000 10010000 1100001 110010 0 101100 11010011 1011101 11101

Color Harmonies of #054890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054890

Black with #054890

Text Example


Text Example

White with #054890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054890; }

 p { color: rgb(5,72,144); }

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

background-color css

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

 a { background-color: rgb(5,72,144); }

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

border-color css

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

 span { border-color: rgb(5,72,144); }

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