Html Css Color HEX #091966 Sapphire

📋 copy color: '#091966'

red 9 ◦ green 25 ◦ blue 102

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

Shades of Sapphire #091966

Tints of Sapphire #091966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 102 (40.23% from 255) = 75%

R = 6.62%
G = 18.38%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#091966 (or 0x091966) is known color: Sapphire. HEX triplet: 09, 19 and 66. RGB value is (9,25,102). Sum of RGB (Red+Green+Blue) = 9+25+102=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #091966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091966 is #F6E699. Grayscale: #1C1C1C. Windows color (decimal): -16180890 or 6691081. OLE color: 6691081.

HSL color Cylindrical-coordinate representation of color #091966: hue angle of 229.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091966 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 25 102 -
CMYK 0.91 0.75 0 0.6
HSL 229.68º 0.84% 0.22% -
HSV(B) 229.68º 0.91% 0.4% -
XYZ 2.86 1.71 12.75 -
YUV 28.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 9 25 102 0.91 0.75 0 0.6 229.68 0.84 0.22
Hex 9 19 66 5B 4B 0 3C E6 54 16
Octal 11 31 146 133 113 0 74 346 124 26
Binary 1001 11001 1100110 1011011 1001011 0 111100 11100110 1010100 10110

Color Harmonies of #091966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091966

Black with #091966

Text Example


Text Example

White with #091966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091966; }

 p { color: rgb(9,25,102); }

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

background-color css

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

 a { background-color: rgb(9,25,102); }

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

border-color css

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

 span { border-color: rgb(9,25,102); }

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