Html Css Color HEX #091051 Sapphire

📋 copy color: '#091051'

red 9 ◦ green 16 ◦ blue 81

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

Shades of Sapphire #091051

Tints of Sapphire #091051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 8.49%
G = 15.09%
B = 76.42%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091051 (or 0x091051) is known color: Sapphire. HEX triplet: 09, 10 and 51. RGB value is (9,16,81). Sum of RGB (Red+Green+Blue) = 9+16+81=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #091051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091051 is #F6EFAE. Grayscale: #151515. Windows color (decimal): -16183215 or 5312521. OLE color: 5312521.

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

Color convert

RGB 9 16 81 -
CMYK 0.89 0.80 0 0.68
HSL 234.17º 0.8% 0.18% -
HSV(B) 234.17º 0.89% 0.32% -
XYZ 1.78 1.02 7.89 -
YUV 21.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 9 16 81 0.89 0.80 0 0.68 234.17 0.8 0.18
Hex 9 10 51 59 50 0 44 EA 50 12
Octal 11 20 121 131 120 0 104 352 120 22
Binary 1001 10000 1010001 1011001 1010000 0 1000100 11101010 1010000 10010

Color Harmonies of #091051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091051

Black with #091051

Text Example


Text Example

White with #091051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091051; }

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

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

background-color css

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

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

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

border-color css

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

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

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