Html Css Color HEX #091456 Sapphire

📋 copy color: '#091456'

red 9 ◦ green 20 ◦ blue 86

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

Shades of Sapphire #091456

Tints of Sapphire #091456

RGB

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

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

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

R = 7.83%
G = 17.39%
B = 74.78%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091456 (or 0x091456) is known color: Sapphire. HEX triplet: 09, 14 and 56. RGB value is (9,20,86). Sum of RGB (Red+Green+Blue) = 9+20+86=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #091456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091456 is #F6EBA9. Grayscale: #171717. Windows color (decimal): -16182186 or 5641225. OLE color: 5641225.

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

Color convert

RGB 9 20 86 -
CMYK 0.90 0.77 0 0.66
HSL 231.43º 0.81% 0.19% -
HSV(B) 231.43º 0.9% 0.34% -
XYZ 2.04 1.23 8.93 -
YUV 24.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 9 20 86 0.90 0.77 0 0.66 231.43 0.81 0.19
Hex 9 14 56 5A 4D 0 42 E7 51 13
Octal 11 24 126 132 115 0 102 347 121 23
Binary 1001 10100 1010110 1011010 1001101 0 1000010 11100111 1010001 10011

Color Harmonies of #091456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091456

Black with #091456

Text Example


Text Example

White with #091456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091456; }

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

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

background-color css

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

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

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

border-color css

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

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

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