Html Css Color HEX #091556 Sapphire

📋 copy color: '#091556'

red 9 ◦ green 21 ◦ blue 86

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

Shades of Sapphire #091556

Tints of Sapphire #091556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 74.14%

R = 7.76%
G = 18.1%
B = 74.14%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091556 (or 0x091556) is known color: Sapphire. HEX triplet: 09, 15 and 56. RGB value is (9,21,86). Sum of RGB (Red+Green+Blue) = 9+21+86=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #091556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091556 is #F6EAA9. Grayscale: #181818. Windows color (decimal): -16181930 or 5641481. OLE color: 5641481.

HSL color Cylindrical-coordinate representation of color #091556: hue angle of 230.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091556 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 21 86 -
CMYK 0.90 0.76 0 0.66
HSL 230.65º 0.81% 0.19% -
HSV(B) 230.65º 0.9% 0.34% -
XYZ 2.06 1.27 8.94 -
YUV 24.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 9 21 86 0.90 0.76 0 0.66 230.65 0.81 0.19
Hex 9 15 56 5A 4C 0 42 E7 51 13
Octal 11 25 126 132 114 0 102 347 121 23
Binary 1001 10101 1010110 1011010 1001100 0 1000010 11100111 1010001 10011

Color Harmonies of #091556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091556

Black with #091556

Text Example


Text Example

White with #091556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091556; }

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

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

background-color css

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

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

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

border-color css

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

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

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