Html Css Color HEX #091657 Sapphire

📋 copy color: '#091657'

red 9 ◦ green 22 ◦ blue 87

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

Shades of Sapphire #091657

Tints of Sapphire #091657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 73.73%

R = 7.63%
G = 18.64%
B = 73.73%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091657 (or 0x091657) is known color: Sapphire. HEX triplet: 09, 16 and 57. RGB value is (9,22,87). Sum of RGB (Red+Green+Blue) = 9+22+87=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #091657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091657 is #F6E9A8. Grayscale: #191919. Windows color (decimal): -16181673 or 5707273. OLE color: 5707273.

HSL color Cylindrical-coordinate representation of color #091657: hue angle of 230º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091657 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 22 87 -
CMYK 0.90 0.75 0 0.66
HSL 230º 0.81% 0.19% -
HSV(B) 230º 0.9% 0.34% -
XYZ 2.12 1.32 9.16 -
YUV 25.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 9 22 87 0.90 0.75 0 0.66 230 0.81 0.19
Hex 9 16 57 5A 4B 0 42 E6 51 13
Octal 11 26 127 132 113 0 102 346 121 23
Binary 1001 10110 1010111 1011010 1001011 0 1000010 11100110 1010001 10011

Color Harmonies of #091657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091657

Black with #091657

Text Example


Text Example

White with #091657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091657; }

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

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

background-color css

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

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

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

border-color css

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

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

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