Html Css Color HEX #091459 Sapphire

📋 copy color: '#091459'

red 9 ◦ green 20 ◦ blue 89

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

Shades of Sapphire #091459

Tints of Sapphire #091459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.95%

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

R = 7.63%
G = 16.95%
B = 75.42%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091459 (or 0x091459) is known color: Sapphire. HEX triplet: 09, 14 and 59. RGB value is (9,20,89). Sum of RGB (Red+Green+Blue) = 9+20+89=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #091459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091459 is #F6EBA6. Grayscale: #181818. Windows color (decimal): -16182183 or 5837833. OLE color: 5837833.

HSL color Cylindrical-coordinate representation of color #091459: hue angle of 231.75º 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 #091459 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 20 89 -
CMYK 0.90 0.78 0 0.65
HSL 231.75º 0.82% 0.19% -
HSV(B) 231.75º 0.9% 0.35% -
XYZ 2.17 1.28 9.58 -
YUV 24.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 9 20 89 0.90 0.78 0 0.65 231.75 0.82 0.19
Hex 9 14 59 5A 4E 0 41 E8 52 13
Octal 11 24 131 132 116 0 101 350 122 23
Binary 1001 10100 1011001 1011010 1001110 0 1000001 11101000 1010010 10011

Color Harmonies of #091459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091459

Black with #091459

Text Example


Text Example

White with #091459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091459; }

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

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

background-color css

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

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

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

border-color css

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

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

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