Html Css Color HEX #095189 Dark Cerulean

📋 copy color: '#095189'

red 9 ◦ green 81 ◦ blue 137

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

Shades of Dark Cerulean #095189

Tints of Dark Cerulean #095189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 3.96%
G = 35.68%
B = 60.35%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#095189 (or 0x095189) is known color: Dark Cerulean. HEX triplet: 09, 51 and 89. RGB value is (9,81,137). Sum of RGB (Red+Green+Blue) = 9+81+137=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #095189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095189 is #F6AE76. Grayscale: #414141. Windows color (decimal): -16166519 or 8999177. OLE color: 8999177.

HSL color Cylindrical-coordinate representation of color #095189: hue angle of 206.25º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095189 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 81 137 -
CMYK 0.93 0.41 0 0.46
HSL 206.25º 0.88% 0.29% -
HSV(B) 206.25º 0.93% 0.54% -
XYZ 7.57 7.75 24.76 -
YUV 65.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 9 81 137 0.93 0.41 0 0.46 206.25 0.88 0.29
Hex 9 51 89 5D 29 0 2E CE 58 1D
Octal 11 121 211 135 51 0 56 316 130 35
Binary 1001 1010001 10001001 1011101 101001 0 101110 11001110 1011000 11101

Color Harmonies of #095189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095189

Black with #095189

Text Example


Text Example

White with #095189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095189; }

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

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

background-color css

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

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

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

border-color css

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

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

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