Html Css Color HEX #005895 Dark Cerulean

📋 copy color: '#005895'

red 0 ◦ green 88 ◦ blue 149

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

Shades of Dark Cerulean #005895

Tints of Dark Cerulean #005895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 0%
G = 37.13%
B = 62.87%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005895 (or 0x005895) is known color: Dark Cerulean. HEX triplet: 00, 58 and 95. RGB value is (0,88,149). Sum of RGB (Red+Green+Blue) = 0+88+149=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #005895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005895 is #FFA76A. Grayscale: #444444. Windows color (decimal): -16754539 or 9787392. OLE color: 9787392.

HSL color Cylindrical-coordinate representation of color #005895: hue angle of 204.56º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005895 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 88 149 -
CMYK 1 0.41 0 0.42
HSL 204.56º 1% 0.29% -
HSV(B) 204.56º 1% 0.58% -
XYZ 8.91 9.15 29.73 -
YUV 68.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 0 88 149 1 0.41 0 0.42 204.56 1 0.29
Hex 0 58 95 64 29 0 2A CD 64 1D
Octal 0 130 225 144 51 0 52 315 144 35
Binary 0 1011000 10010101 1100100 101001 0 101010 11001101 1100100 11101

Color Harmonies of #005895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005895

Black with #005895

Text Example


Text Example

White with #005895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005895; }

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

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

background-color css

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

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

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

border-color css

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

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

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