Html Css Color HEX #091351 Sapphire

📋 copy color: '#091351'

red 9 ◦ green 19 ◦ blue 81

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

Shades of Sapphire #091351

Tints of Sapphire #091351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 8.26%
G = 17.43%
B = 74.31%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091351 (or 0x091351) is known color: Sapphire. HEX triplet: 09, 13 and 51. RGB value is (9,19,81). Sum of RGB (Red+Green+Blue) = 9+19+81=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #091351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091351 is #F6ECAE. Grayscale: #161616. Windows color (decimal): -16182447 or 5313289. OLE color: 5313289.

HSL color Cylindrical-coordinate representation of color #091351: hue angle of 231.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 #091351 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 19 81 -
CMYK 0.89 0.77 0 0.68
HSL 231.67º 0.8% 0.18% -
HSV(B) 231.67º 0.89% 0.32% -
XYZ 1.83 1.12 7.9 -
YUV 23.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 9 19 81 0.89 0.77 0 0.68 231.67 0.8 0.18
Hex 9 13 51 59 4D 0 44 E8 50 12
Octal 11 23 121 131 115 0 104 350 120 22
Binary 1001 10011 1010001 1011001 1001101 0 1000100 11101000 1010000 10010

Color Harmonies of #091351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091351

Black with #091351

Text Example


Text Example

White with #091351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091351; }

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

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

background-color css

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

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

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

border-color css

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

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

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