Html Css Color HEX #095193 Dark Cerulean

📋 copy color: '#095193'

red 9 ◦ green 81 ◦ blue 147

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

Shades of Dark Cerulean #095193

Tints of Dark Cerulean #095193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 147 (57.81% from 255) = 62.03%

R = 3.8%
G = 34.18%
B = 62.03%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095193 (or 0x095193) is known color: Dark Cerulean. HEX triplet: 09, 51 and 93. RGB value is (9,81,147). Sum of RGB (Red+Green+Blue) = 9+81+147=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #095193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095193 is #F6AE6C. Grayscale: #424242. Windows color (decimal): -16166509 or 9654537. OLE color: 9654537.

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

Color convert

RGB 9 81 147 -
CMYK 0.94 0.45 0 0.42
HSL 208.7º 0.88% 0.31% -
HSV(B) 208.7º 0.94% 0.58% -
XYZ 8.32 8.05 28.72 -
YUV 67 173.15 86.63 -
System Red Green Blue C M Y K H S L
Decimal 9 81 147 0.94 0.45 0 0.42 208.7 0.88 0.31
Hex 9 51 93 5E 2D 0 2A D1 58 1F
Octal 11 121 223 136 55 0 52 321 130 37
Binary 1001 1010001 10010011 1011110 101101 0 101010 11010001 1011000 11111

Color Harmonies of #095193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095193

Black with #095193

Text Example


Text Example

White with #095193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095193; }

 p { color: rgb(9,81,147); }

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

background-color css

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

 a { background-color: rgb(9,81,147); }

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

border-color css

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

 span { border-color: rgb(9,81,147); }

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