Html Css Color HEX #091F76 Sapphire

📋 copy color: '#091F76'

red 9 ◦ green 31 ◦ blue 118

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

Shades of Sapphire #091F76

Tints of Sapphire #091F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

 BLUE value IS 118 (46.48% from 255) = 74.68%

R = 5.7%
G = 19.62%
B = 74.68%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#091F76 (or 0x091F76) is known color: Sapphire. HEX triplet: 09, 1F and 76. RGB value is (9,31,118). Sum of RGB (Red+Green+Blue) = 9+31+118=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #091F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F76 is #F6E089. Grayscale: #212121. Windows color (decimal): -16179338 or 7741193. OLE color: 7741193.

HSL color Cylindrical-coordinate representation of color #091F76: hue angle of 227.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091F76 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 31 118 -
CMYK 0.92 0.74 0 0.54
HSL 227.89º 0.86% 0.25% -
HSV(B) 227.89º 0.92% 0.46% -
XYZ 3.87 2.35 17.39 -
YUV 34.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 9 31 118 0.92 0.74 0 0.54 227.89 0.86 0.25
Hex 9 1F 76 5C 4A 0 36 E4 56 19
Octal 11 37 166 134 112 0 66 344 126 31
Binary 1001 11111 1110110 1011100 1001010 0 110110 11100100 1010110 11001

Color Harmonies of #091F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F76

Black with #091F76

Text Example


Text Example

White with #091F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091F76; }

 p { color: rgb(9,31,118); }

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

background-color css

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

 a { background-color: rgb(9,31,118); }

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

border-color css

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

 span { border-color: rgb(9,31,118); }

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