Html Css Color HEX #095586 Dark Cerulean

📋 copy color: '#095586'

red 9 ◦ green 85 ◦ blue 134

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

Shades of Dark Cerulean #095586

Tints of Dark Cerulean #095586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

 BLUE value IS 134 (52.73% from 255) = 58.77%

R = 3.95%
G = 37.28%
B = 58.77%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#095586 (or 0x095586) is known color: Dark Cerulean. HEX triplet: 09, 55 and 86. RGB value is (9,85,134). Sum of RGB (Red+Green+Blue) = 9+85+134=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #095586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095586 is #F6AA79. Grayscale: #434343. Windows color (decimal): -16165498 or 8803593. OLE color: 8803593.

HSL color Cylindrical-coordinate representation of color #095586: hue angle of 203.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095586 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 85 134 -
CMYK 0.93 0.37 0 0.47
HSL 203.52º 0.87% 0.28% -
HSV(B) 203.52º 0.93% 0.53% -
XYZ 7.66 8.28 23.75 -
YUV 67.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 9 85 134 0.93 0.37 0 0.47 203.52 0.87 0.28
Hex 9 55 86 5D 25 0 2F CC 57 1C
Octal 11 125 206 135 45 0 57 314 127 34
Binary 1001 1010101 10000110 1011101 100101 0 101111 11001100 1010111 11100

Color Harmonies of #095586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095586

Black with #095586

Text Example


Text Example

White with #095586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095586; }

 p { color: rgb(9,85,134); }

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

background-color css

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

 a { background-color: rgb(9,85,134); }

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

border-color css

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

 span { border-color: rgb(9,85,134); }

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