Html Css Color HEX #091959 Sapphire

📋 copy color: '#091959'

red 9 ◦ green 25 ◦ blue 89

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

Shades of Sapphire #091959

Tints of Sapphire #091959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

 BLUE value IS 89 (35.16% from 255) = 72.36%

R = 7.32%
G = 20.33%
B = 72.36%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091959 (or 0x091959) is known color: Sapphire. HEX triplet: 09, 19 and 59. RGB value is (9,25,89). Sum of RGB (Red+Green+Blue) = 9+25+89=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #091959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091959 is #F6E6A6. Grayscale: #1B1B1B. Windows color (decimal): -16180903 or 5839113. OLE color: 5839113.

HSL color Cylindrical-coordinate representation of color #091959: hue angle of 228º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091959 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 25 89 -
CMYK 0.90 0.72 0 0.65
HSL 228º 0.82% 0.19% -
HSV(B) 228º 0.9% 0.35% -
XYZ 2.26 1.47 9.62 -
YUV 27.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 9 25 89 0.90 0.72 0 0.65 228 0.82 0.19
Hex 9 19 59 5A 48 0 41 E4 52 13
Octal 11 31 131 132 110 0 101 344 122 23
Binary 1001 11001 1011001 1011010 1001000 0 1000001 11100100 1010010 10011

Color Harmonies of #091959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091959

Black with #091959

Text Example


Text Example

White with #091959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091959; }

 p { color: rgb(9,25,89); }

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

background-color css

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

 a { background-color: rgb(9,25,89); }

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

border-color css

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

 span { border-color: rgb(9,25,89); }

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