Html Css Color HEX #005B89 Dark Cerulean

📋 copy color: '#005B89'

red 0 ◦ green 91 ◦ blue 137

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

Shades of Dark Cerulean #005B89

Tints of Dark Cerulean #005B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.91%

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

R = 0%
G = 39.91%
B = 60.09%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005B89 (or 0x005B89) is known color: Dark Cerulean. HEX triplet: 00, 5B and 89. RGB value is (0,91,137). Sum of RGB (Red+Green+Blue) = 0+91+137=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #005B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B89 is #FFA476. Grayscale: #444444. Windows color (decimal): -16753783 or 9001728. OLE color: 9001728.

HSL color Cylindrical-coordinate representation of color #005B89: hue angle of 200.15º 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 #005B89 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 91 137 -
CMYK 1 0.34 0 0.46
HSL 200.15º 1% 0.27% -
HSV(B) 200.15º 1% 0.54% -
XYZ 8.26 9.29 25.02 -
YUV 69.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 0 91 137 1 0.34 0 0.46 200.15 1 0.27
Hex 0 5B 89 64 22 0 2E C8 64 1B
Octal 0 133 211 144 42 0 56 310 144 33
Binary 0 1011011 10001001 1100100 100010 0 101110 11001000 1100100 11011

Color Harmonies of #005B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B89

Black with #005B89

Text Example


Text Example

White with #005B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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