Html Css Color HEX #091559 Sapphire

📋 copy color: '#091559'

red 9 ◦ green 21 ◦ blue 89

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

Shades of Sapphire #091559

Tints of Sapphire #091559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 7.56%
G = 17.65%
B = 74.79%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#091559 (or 0x091559) is known color: Sapphire. HEX triplet: 09, 15 and 59. RGB value is (9,21,89). Sum of RGB (Red+Green+Blue) = 9+21+89=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #091559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091559 is #F6EAA6. Grayscale: #181818. Windows color (decimal): -16181927 or 5838089. OLE color: 5838089.

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

Color convert

RGB 9 21 89 -
CMYK 0.90 0.76 0 0.65
HSL 231º 0.82% 0.19% -
HSV(B) 231º 0.9% 0.35% -
XYZ 2.18 1.32 9.59 -
YUV 25.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 9 21 89 0.90 0.76 0 0.65 231 0.82 0.19
Hex 9 15 59 5A 4C 0 41 E7 52 13
Octal 11 25 131 132 114 0 101 347 122 23
Binary 1001 10101 1011001 1011010 1001100 0 1000001 11100111 1010010 10011

Color Harmonies of #091559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091559

Black with #091559

Text Example


Text Example

White with #091559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091559; }

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

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

background-color css

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

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

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

border-color css

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

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

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