Html Css Color HEX #005D89 Dark Cerulean

📋 copy color: '#005D89'

red 0 ◦ green 93 ◦ blue 137

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

Shades of Dark Cerulean #005D89

Tints of Dark Cerulean #005D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

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

R = 0%
G = 40.43%
B = 59.57%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005D89 (or 0x005D89) is known color: Dark Cerulean. HEX triplet: 00, 5D and 89. RGB value is (0,93,137). Sum of RGB (Red+Green+Blue) = 0+93+137=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #005D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D89 is #FFA276. Grayscale: #454545. Windows color (decimal): -16753271 or 9002240. OLE color: 9002240.

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

Color convert

RGB 0 93 137 -
CMYK 1 0.32 0 0.46
HSL 199.27º 1% 0.27% -
HSV(B) 199.27º 1% 0.54% -
XYZ 8.43 9.63 25.08 -
YUV 70.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 0 93 137 1 0.32 0 0.46 199.27 1 0.27
Hex 0 5D 89 64 20 0 2E C7 64 1B
Octal 0 135 211 144 40 0 56 307 144 33
Binary 0 1011101 10001001 1100100 100000 0 101110 11000111 1100100 11011

Color Harmonies of #005D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D89

Black with #005D89

Text Example


Text Example

White with #005D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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