Html Css Color HEX #091970 Sapphire

📋 copy color: '#091970'

red 9 ◦ green 25 ◦ blue 112

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

Shades of Sapphire #091970

Tints of Sapphire #091970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.71%

R = 6.16%
G = 17.12%
B = 76.71%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091970 (or 0x091970) is known color: Sapphire. HEX triplet: 09, 19 and 70. RGB value is (9,25,112). Sum of RGB (Red+Green+Blue) = 9+25+112=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #091970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091970 is #F6E68F. Grayscale: #1D1D1D. Windows color (decimal): -16180880 or 7346441. OLE color: 7346441.

HSL color Cylindrical-coordinate representation of color #091970: hue angle of 230.68º 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 #091970 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 25 112 -
CMYK 0.92 0.78 0 0.56
HSL 230.68º 0.85% 0.24% -
HSV(B) 230.68º 0.92% 0.44% -
XYZ 3.38 1.92 15.52 -
YUV 30.13 174.2 112.93 -
System Red Green Blue C M Y K H S L
Decimal 9 25 112 0.92 0.78 0 0.56 230.68 0.85 0.24
Hex 9 19 70 5C 4E 0 38 E7 55 18
Octal 11 31 160 134 116 0 70 347 125 30
Binary 1001 11001 1110000 1011100 1001110 0 111000 11100111 1010101 11000

Color Harmonies of #091970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091970

Black with #091970

Text Example


Text Example

White with #091970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091970; }

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

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

background-color css

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

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

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

border-color css

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

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

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