Html Css Color HEX #095995 Dark Cerulean

📋 copy color: '#095995'

red 9 ◦ green 89 ◦ blue 149

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

Shades of Dark Cerulean #095995

Tints of Dark Cerulean #095995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

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

R = 3.64%
G = 36.03%
B = 60.32%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095995 (or 0x095995) is known color: Dark Cerulean. HEX triplet: 09, 59 and 95. RGB value is (9,89,149). Sum of RGB (Red+Green+Blue) = 9+89+149=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #095995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095995 is #F6A66A. Grayscale: #474747. Windows color (decimal): -16164459 or 9787657. OLE color: 9787657.

HSL color Cylindrical-coordinate representation of color #095995: hue angle of 205.71º 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 #095995 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 89 149 -
CMYK 0.94 0.40 0 0.42
HSL 205.71º 0.89% 0.31% -
HSV(B) 205.71º 0.94% 0.58% -
XYZ 9.11 9.37 29.76 -
YUV 71.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 9 89 149 0.94 0.40 0 0.42 205.71 0.89 0.31
Hex 9 59 95 5E 28 0 2A CE 59 1F
Octal 11 131 225 136 50 0 52 316 131 37
Binary 1001 1011001 10010101 1011110 101000 0 101010 11001110 1011001 11111

Color Harmonies of #095995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095995

Black with #095995

Text Example


Text Example

White with #095995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095995; }

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

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

background-color css

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

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

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

border-color css

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

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

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