Html Css Color HEX #091551 Sapphire

📋 copy color: '#091551'

red 9 ◦ green 21 ◦ blue 81

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

Shades of Sapphire #091551

Tints of Sapphire #091551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.92%

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

R = 8.11%
G = 18.92%
B = 72.97%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091551 (or 0x091551) is known color: Sapphire. HEX triplet: 09, 15 and 51. RGB value is (9,21,81). Sum of RGB (Red+Green+Blue) = 9+21+81=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #091551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091551 is #F6EAAE. Grayscale: #181818. Windows color (decimal): -16181935 or 5313801. OLE color: 5313801.

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

Color convert

RGB 9 21 81 -
CMYK 0.89 0.74 0 0.68
HSL 230º 0.8% 0.18% -
HSV(B) 230º 0.89% 0.32% -
XYZ 1.87 1.19 7.92 -
YUV 24.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 9 21 81 0.89 0.74 0 0.68 230 0.8 0.18
Hex 9 15 51 59 4A 0 44 E6 50 12
Octal 11 25 121 131 112 0 104 346 120 22
Binary 1001 10101 1010001 1011001 1001010 0 1000100 11100110 1010000 10010

Color Harmonies of #091551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091551

Black with #091551

Text Example


Text Example

White with #091551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091551; }

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

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

background-color css

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

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

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

border-color css

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

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

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