Html Css Color HEX #095191 Dark Cerulean

📋 copy color: '#095191'

red 9 ◦ green 81 ◦ blue 145

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

Shades of Dark Cerulean #095191

Tints of Dark Cerulean #095191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 3.83%
G = 34.47%
B = 61.7%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#095191 (or 0x095191) is known color: Dark Cerulean. HEX triplet: 09, 51 and 91. RGB value is (9,81,145). Sum of RGB (Red+Green+Blue) = 9+81+145=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #095191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095191 is #F6AE6E. Grayscale: #424242. Windows color (decimal): -16166511 or 9523465. OLE color: 9523465.

HSL color Cylindrical-coordinate representation of color #095191: hue angle of 208.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095191 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 81 145 -
CMYK 0.94 0.44 0 0.43
HSL 208.24º 0.88% 0.3% -
HSV(B) 208.24º 0.94% 0.57% -
XYZ 8.17 7.99 27.9 -
YUV 66.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 9 81 145 0.94 0.44 0 0.43 208.24 0.88 0.3
Hex 9 51 91 5E 2C 0 2B D0 58 1E
Octal 11 121 221 136 54 0 53 320 130 36
Binary 1001 1010001 10010001 1011110 101100 0 101011 11010000 1011000 11110

Color Harmonies of #095191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095191

Black with #095191

Text Example


Text Example

White with #095191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095191; }

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

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

background-color css

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

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

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

border-color css

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

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

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