Html Css Color HEX #091951 Sapphire

📋 copy color: '#091951'

red 9 ◦ green 25 ◦ blue 81

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

Shades of Sapphire #091951

Tints of Sapphire #091951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 81 (32.03% from 255) = 70.43%

R = 7.83%
G = 21.74%
B = 70.43%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091951 (or 0x091951) is known color: Sapphire. HEX triplet: 09, 19 and 51. RGB value is (9,25,81). Sum of RGB (Red+Green+Blue) = 9+25+81=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #091951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091951 is #F6E6AE. Grayscale: #1A1A1A. Windows color (decimal): -16180911 or 5314825. OLE color: 5314825.

HSL color Cylindrical-coordinate representation of color #091951: hue angle of 226.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091951 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 25 81 -
CMYK 0.89 0.69 0 0.68
HSL 226.67º 0.8% 0.18% -
HSV(B) 226.67º 0.89% 0.32% -
XYZ 1.95 1.35 7.94 -
YUV 26.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 9 25 81 0.89 0.69 0 0.68 226.67 0.8 0.18
Hex 9 19 51 59 45 0 44 E3 50 12
Octal 11 31 121 131 105 0 104 343 120 22
Binary 1001 11001 1010001 1011001 1000101 0 1000100 11100011 1010000 10010

Color Harmonies of #091951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091951

Black with #091951

Text Example


Text Example

White with #091951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091951; }

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

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

background-color css

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

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

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

border-color css

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

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

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