Html Css Color HEX #095895 Dark Cerulean

📋 copy color: '#095895'

red 9 ◦ green 88 ◦ blue 149

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

Shades of Dark Cerulean #095895

Tints of Dark Cerulean #095895

RGB

 RED value IS 9 (3.91% from 255) = 3.66%

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

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

R = 3.66%
G = 35.77%
B = 60.57%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095895 (or 0x095895) is known color: Dark Cerulean. HEX triplet: 09, 58 and 95. RGB value is (9,88,149). Sum of RGB (Red+Green+Blue) = 9+88+149=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #095895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095895 is #F6A76A. Grayscale: #474747. Windows color (decimal): -16164715 or 9787401. OLE color: 9787401.

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

Color convert

RGB 9 88 149 -
CMYK 0.94 0.41 0 0.42
HSL 206.14º 0.89% 0.31% -
HSV(B) 206.14º 0.94% 0.58% -
XYZ 9.03 9.21 29.74 -
YUV 71.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 9 88 149 0.94 0.41 0 0.42 206.14 0.89 0.31
Hex 9 58 95 5E 29 0 2A CE 59 1F
Octal 11 130 225 136 51 0 52 316 131 37
Binary 1001 1011000 10010101 1011110 101001 0 101010 11001110 1011001 11111

Color Harmonies of #095895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095895

Black with #095895

Text Example


Text Example

White with #095895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095895; }

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

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

background-color css

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

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

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

border-color css

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

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

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