Html Css Color HEX #091760 Sapphire

📋 copy color: '#091760'

red 9 ◦ green 23 ◦ blue 96

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

Shades of Sapphire #091760

Tints of Sapphire #091760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

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

R = 7.03%
G = 17.97%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091760 (or 0x091760) is known color: Sapphire. HEX triplet: 09, 17 and 60. RGB value is (9,23,96). Sum of RGB (Red+Green+Blue) = 9+23+96=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #091760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091760 is #F6E89F. Grayscale: #1A1A1A. Windows color (decimal): -16181408 or 6297353. OLE color: 6297353.

HSL color Cylindrical-coordinate representation of color #091760: hue angle of 230.34º 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 #091760 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 23 96 -
CMYK 0.91 0.76 0 0.62
HSL 230.34º 0.83% 0.21% -
HSV(B) 230.34º 0.91% 0.38% -
XYZ 2.53 1.52 11.23 -
YUV 27.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 9 23 96 0.91 0.76 0 0.62 230.34 0.83 0.21
Hex 9 17 60 5B 4C 0 3E E6 53 15
Octal 11 27 140 133 114 0 76 346 123 25
Binary 1001 10111 1100000 1011011 1001100 0 111110 11100110 1010011 10101

Color Harmonies of #091760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091760

Black with #091760

Text Example


Text Example

White with #091760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091760; }

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

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

background-color css

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

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

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

border-color css

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

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

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