Html Css Color HEX #005489 Dark Cerulean

📋 copy color: '#005489'

red 0 ◦ green 84 ◦ blue 137

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

Shades of Dark Cerulean #005489

Tints of Dark Cerulean #005489

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 0%
G = 38.01%
B = 61.99%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005489 (or 0x005489) is known color: Dark Cerulean. HEX triplet: 00, 54 and 89. RGB value is (0,84,137). Sum of RGB (Red+Green+Blue) = 0+84+137=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #005489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005489 is #FFAB76. Grayscale: #404040. Windows color (decimal): -16755575 or 8999936. OLE color: 8999936.

HSL color Cylindrical-coordinate representation of color #005489: hue angle of 203.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005489 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 84 137 -
CMYK 1 0.39 0 0.46
HSL 203.21º 1% 0.27% -
HSV(B) 203.21º 1% 0.54% -
XYZ 7.69 8.15 24.83 -
YUV 64.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 0 84 137 1 0.39 0 0.46 203.21 1 0.27
Hex 0 54 89 64 27 0 2E CB 64 1B
Octal 0 124 211 144 47 0 56 313 144 33
Binary 0 1010100 10001001 1100100 100111 0 101110 11001011 1100100 11011

Color Harmonies of #005489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005489

Black with #005489

Text Example


Text Example

White with #005489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005489; }

 p { color: rgb(0,84,137); }

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

background-color css

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

 a { background-color: rgb(0,84,137); }

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

border-color css

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

 span { border-color: rgb(0,84,137); }

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