Html Css Color HEX #095795 Dark Cerulean

📋 copy color: '#095795'

red 9 ◦ green 87 ◦ blue 149

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

Shades of Dark Cerulean #095795

Tints of Dark Cerulean #095795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

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

R = 3.67%
G = 35.51%
B = 60.82%

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

#095795 (or 0x095795) is known color: Dark Cerulean. HEX triplet: 09, 57 and 95. RGB value is (9,87,149). Sum of RGB (Red+Green+Blue) = 9+87+149=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #095795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095795 is #F6A86A. Grayscale: #464646. Windows color (decimal): -16164971 or 9787145. OLE color: 9787145.

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

Color convert

RGB 9 87 149 -
CMYK 0.94 0.42 0 0.42
HSL 206.57º 0.89% 0.31% -
HSV(B) 206.57º 0.94% 0.58% -
XYZ 8.95 9.04 29.71 -
YUV 70.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 9 87 149 0.94 0.42 0 0.42 206.57 0.89 0.31
Hex 9 57 95 5E 2A 0 2A CF 59 1F
Octal 11 127 225 136 52 0 52 317 131 37
Binary 1001 1010111 10010101 1011110 101010 0 101010 11001111 1011001 11111

Color Harmonies of #095795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095795

Black with #095795

Text Example


Text Example

White with #095795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095795; }

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

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

background-color css

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

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

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

border-color css

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

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

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