Html Css Color HEX #091663 Sapphire

📋 copy color: '#091663'

red 9 ◦ green 22 ◦ blue 99

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

Shades of Sapphire #091663

Tints of Sapphire #091663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 6.92%
G = 16.92%
B = 76.15%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#091663 (or 0x091663) is known color: Sapphire. HEX triplet: 09, 16 and 63. RGB value is (9,22,99). Sum of RGB (Red+Green+Blue) = 9+22+99=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #091663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091663 is #F6E99C. Grayscale: #1A1A1A. Windows color (decimal): -16181661 or 6493705. OLE color: 6493705.

HSL color Cylindrical-coordinate representation of color #091663: hue angle of 231.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091663 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 22 99 -
CMYK 0.91 0.78 0 0.61
HSL 231.33º 0.83% 0.21% -
HSV(B) 231.33º 0.91% 0.39% -
XYZ 2.65 1.53 11.96 -
YUV 26.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 9 22 99 0.91 0.78 0 0.61 231.33 0.83 0.21
Hex 9 16 63 5B 4E 0 3D E7 53 15
Octal 11 26 143 133 116 0 75 347 123 25
Binary 1001 10110 1100011 1011011 1001110 0 111101 11100111 1010011 10101

Color Harmonies of #091663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091663

Black with #091663

Text Example


Text Example

White with #091663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091663; }

 p { color: rgb(9,22,99); }

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

background-color css

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

 a { background-color: rgb(9,22,99); }

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

border-color css

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

 span { border-color: rgb(9,22,99); }

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