Html Css Color HEX #095695 Dark Cerulean

📋 copy color: '#095695'

red 9 ◦ green 86 ◦ blue 149

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

Shades of Dark Cerulean #095695

Tints of Dark Cerulean #095695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

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

R = 3.69%
G = 35.25%
B = 61.07%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095695 (or 0x095695) is known color: Dark Cerulean. HEX triplet: 09, 56 and 95. RGB value is (9,86,149). Sum of RGB (Red+Green+Blue) = 9+86+149=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #095695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095695 is #F6A96A. Grayscale: #454545. Windows color (decimal): -16165227 or 9786889. OLE color: 9786889.

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

Color convert

RGB 9 86 149 -
CMYK 0.94 0.42 0 0.42
HSL 207º 0.89% 0.31% -
HSV(B) 207º 0.94% 0.58% -
XYZ 8.87 8.88 29.68 -
YUV 70.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 9 86 149 0.94 0.42 0 0.42 207 0.89 0.31
Hex 9 56 95 5E 2A 0 2A CF 59 1F
Octal 11 126 225 136 52 0 52 317 131 37
Binary 1001 1010110 10010101 1011110 101010 0 101010 11001111 1011001 11111

Color Harmonies of #095695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095695

Black with #095695

Text Example


Text Example

White with #095695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095695; }

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

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

background-color css

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

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

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

border-color css

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

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

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