Html Css Color HEX #005887 Dark Cerulean

📋 copy color: '#005887'

red 0 ◦ green 88 ◦ blue 135

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

Shades of Dark Cerulean #005887

Tints of Dark Cerulean #005887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 0%
G = 39.46%
B = 60.54%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#005887 (or 0x005887) is known color: Dark Cerulean. HEX triplet: 00, 58 and 87. RGB value is (0,88,135). Sum of RGB (Red+Green+Blue) = 0+88+135=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #005887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005887 is #FFA778. Grayscale: #424242. Windows color (decimal): -16754553 or 8869888. OLE color: 8869888.

HSL color Cylindrical-coordinate representation of color #005887: hue angle of 200.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005887 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 88 135 -
CMYK 1 0.35 0 0.47
HSL 200.89º 1% 0.26% -
HSV(B) 200.89º 1% 0.53% -
XYZ 7.86 8.73 24.19 -
YUV 67.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 0 88 135 1 0.35 0 0.47 200.89 1 0.26
Hex 0 58 87 64 23 0 2F C9 64 1A
Octal 0 130 207 144 43 0 57 311 144 32
Binary 0 1011000 10000111 1100100 100011 0 101111 11001001 1100100 11010

Color Harmonies of #005887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005887

Black with #005887

Text Example


Text Example

White with #005887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005887; }

 p { color: rgb(0,88,135); }

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

background-color css

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

 a { background-color: rgb(0,88,135); }

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

border-color css

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

 span { border-color: rgb(0,88,135); }

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