Html Css Color HEX #091451 Sapphire

📋 copy color: '#091451'

red 9 ◦ green 20 ◦ blue 81

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

Shades of Sapphire #091451

Tints of Sapphire #091451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 8.18%
G = 18.18%
B = 73.64%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091451 (or 0x091451) is known color: Sapphire. HEX triplet: 09, 14 and 51. RGB value is (9,20,81). Sum of RGB (Red+Green+Blue) = 9+20+81=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #091451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091451 is #F6EBAE. Grayscale: #171717. Windows color (decimal): -16182191 or 5313545. OLE color: 5313545.

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

Color convert

RGB 9 20 81 -
CMYK 0.89 0.75 0 0.68
HSL 230.83º 0.8% 0.18% -
HSV(B) 230.83º 0.89% 0.32% -
XYZ 1.85 1.15 7.91 -
YUV 23.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 9 20 81 0.89 0.75 0 0.68 230.83 0.8 0.18
Hex 9 14 51 59 4B 0 44 E7 50 12
Octal 11 24 121 131 113 0 104 347 120 22
Binary 1001 10100 1010001 1011001 1001011 0 1000100 11100111 1010000 10010

Color Harmonies of #091451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091451

Black with #091451

Text Example


Text Example

White with #091451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091451; }

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

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

background-color css

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

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

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

border-color css

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

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

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