Html Css Color HEX #091256 Sapphire

📋 copy color: '#091256'

red 9 ◦ green 18 ◦ blue 86

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

Shades of Sapphire #091256

Tints of Sapphire #091256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

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

R = 7.96%
G = 15.93%
B = 76.11%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091256 (or 0x091256) is known color: Sapphire. HEX triplet: 09, 12 and 56. RGB value is (9,18,86). Sum of RGB (Red+Green+Blue) = 9+18+86=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #091256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091256 is #F6EDA9. Grayscale: #161616. Windows color (decimal): -16182698 or 5640713. OLE color: 5640713.

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

Color convert

RGB 9 18 86 -
CMYK 0.90 0.79 0 0.66
HSL 232.99º 0.81% 0.19% -
HSV(B) 232.99º 0.9% 0.34% -
XYZ 2.01 1.16 8.92 -
YUV 23.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 9 18 86 0.90 0.79 0 0.66 232.99 0.81 0.19
Hex 9 12 56 5A 4F 0 42 E9 51 13
Octal 11 22 126 132 117 0 102 351 121 23
Binary 1001 10010 1010110 1011010 1001111 0 1000010 11101001 1010001 10011

Color Harmonies of #091256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091256

Black with #091256

Text Example


Text Example

White with #091256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091256; }

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

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

background-color css

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

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

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

border-color css

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

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

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