Html Css Color HEX #09196F Sapphire

📋 copy color: '#09196F'

red 9 ◦ green 25 ◦ blue 111

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

Shades of Sapphire #09196F

Tints of Sapphire #09196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 6.21%
G = 17.24%
B = 76.55%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09196F (or 0x09196F) is known color: Sapphire. HEX triplet: 09, 19 and 6F. RGB value is (9,25,111). Sum of RGB (Red+Green+Blue) = 9+25+111=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #09196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09196F is #F6E690. Grayscale: #1D1D1D. Windows color (decimal): -16180881 or 7280905. OLE color: 7280905.

HSL color Cylindrical-coordinate representation of color #09196F: hue angle of 230.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09196F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 25 111 -
CMYK 0.92 0.77 0 0.56
HSL 230.59º 0.85% 0.24% -
HSV(B) 230.59º 0.92% 0.44% -
XYZ 3.33 1.9 15.23 -
YUV 30.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 9 25 111 0.92 0.77 0 0.56 230.59 0.85 0.24
Hex 9 19 6F 5C 4D 0 38 E7 55 18
Octal 11 31 157 134 115 0 70 347 125 30
Binary 1001 11001 1101111 1011100 1001101 0 111000 11100111 1010101 11000

Color Harmonies of #09196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09196F

Black with #09196F

Text Example


Text Example

White with #09196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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