Html Css Color HEX #091660 Sapphire

📋 copy color: '#091660'

red 9 ◦ green 22 ◦ blue 96

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

Shades of Sapphire #091660

Tints of Sapphire #091660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 96 (37.89% from 255) = 75.59%

R = 7.09%
G = 17.32%
B = 75.59%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091660 (or 0x091660) is known color: Sapphire. HEX triplet: 09, 16 and 60. RGB value is (9,22,96). Sum of RGB (Red+Green+Blue) = 9+22+96=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #091660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091660 is #F6E99F. Grayscale: #1A1A1A. Windows color (decimal): -16181664 or 6297097. OLE color: 6297097.

HSL color Cylindrical-coordinate representation of color #091660: hue angle of 231.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091660 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 22 96 -
CMYK 0.91 0.77 0 0.62
HSL 231.03º 0.83% 0.21% -
HSV(B) 231.03º 0.91% 0.38% -
XYZ 2.51 1.48 11.22 -
YUV 26.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 9 22 96 0.91 0.77 0 0.62 231.03 0.83 0.21
Hex 9 16 60 5B 4D 0 3E E7 53 15
Octal 11 26 140 133 115 0 76 347 123 25
Binary 1001 10110 1100000 1011011 1001101 0 111110 11100111 1010011 10101

Color Harmonies of #091660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091660

Black with #091660

Text Example


Text Example

White with #091660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091660; }

 p { color: rgb(9,22,96); }

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

background-color css

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

 a { background-color: rgb(9,22,96); }

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

border-color css

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

 span { border-color: rgb(9,22,96); }

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