Html Css Color HEX #091558 Sapphire

📋 copy color: '#091558'

red 9 ◦ green 21 ◦ blue 88

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

Shades of Sapphire #091558

Tints of Sapphire #091558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 74.58%

R = 7.63%
G = 17.8%
B = 74.58%

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

#091558 (or 0x091558) is known color: Sapphire. HEX triplet: 09, 15 and 58. RGB value is (9,21,88). Sum of RGB (Red+Green+Blue) = 9+21+88=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #091558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091558 is #F6EAA7. Grayscale: #181818. Windows color (decimal): -16181928 or 5772553. OLE color: 5772553.

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

Color convert

RGB 9 21 88 -
CMYK 0.90 0.76 0 0.65
HSL 230.89º 0.81% 0.19% -
HSV(B) 230.89º 0.9% 0.35% -
XYZ 2.14 1.3 9.37 -
YUV 25.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 9 21 88 0.90 0.76 0 0.65 230.89 0.81 0.19
Hex 9 15 58 5A 4C 0 41 E7 51 13
Octal 11 25 130 132 114 0 101 347 121 23
Binary 1001 10101 1011000 1011010 1001100 0 1000001 11100111 1010001 10011

Color Harmonies of #091558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091558

Black with #091558

Text Example


Text Example

White with #091558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091558; }

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

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

background-color css

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

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

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

border-color css

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

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

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