Html Css Color HEX #054489 Dark Cerulean

📋 copy color: '#054489'

red 5 ◦ green 68 ◦ blue 137

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

Shades of Dark Cerulean #054489

Tints of Dark Cerulean #054489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 2.38%
G = 32.38%
B = 65.24%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#054489 (or 0x054489) is known color: Dark Cerulean. HEX triplet: 05, 44 and 89. RGB value is (5,68,137). Sum of RGB (Red+Green+Blue) = 5+68+137=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #054489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054489 is #FABB76. Grayscale: #383838. Windows color (decimal): -16431991 or 8995845. OLE color: 8995845.

HSL color Cylindrical-coordinate representation of color #054489: hue angle of 211.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054489 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 68 137 -
CMYK 0.96 0.50 0 0.46
HSL 211.36º 0.93% 0.28% -
HSV(B) 211.36º 0.96% 0.54% -
XYZ 6.65 5.97 24.47 -
YUV 57.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 5 68 137 0.96 0.50 0 0.46 211.36 0.93 0.28
Hex 5 44 89 60 32 0 2E D3 5D 1C
Octal 5 104 211 140 62 0 56 323 135 34
Binary 101 1000100 10001001 1100000 110010 0 101110 11010011 1011101 11100

Color Harmonies of #054489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054489

Black with #054489

Text Example


Text Example

White with #054489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054489; }

 p { color: rgb(5,68,137); }

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

background-color css

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

 a { background-color: rgb(5,68,137); }

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

border-color css

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

 span { border-color: rgb(5,68,137); }

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