Html Css Color HEX #091E7E Sapphire

📋 copy color: '#091E7E'

red 9 ◦ green 30 ◦ blue 126

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

Shades of Sapphire #091E7E

Tints of Sapphire #091E7E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 126 (49.61% from 255) = 76.36%

R = 5.45%
G = 18.18%
B = 76.36%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#091E7E (or 0x091E7E) is known color: Sapphire. HEX triplet: 09, 1E and 7E. RGB value is (9,30,126). Sum of RGB (Red+Green+Blue) = 9+30+126=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #091E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E7E is #F6E181. Grayscale: #222222. Windows color (decimal): -16179586 or 8265225. OLE color: 8265225.

HSL color Cylindrical-coordinate representation of color #091E7E: hue angle of 229.23º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091E7E is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 30 126 -
CMYK 0.93 0.76 0 0.51
HSL 229.23º 0.87% 0.26% -
HSV(B) 229.23º 0.93% 0.49% -
XYZ 4.34 2.49 19.99 -
YUV 34.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 9 30 126 0.93 0.76 0 0.51 229.23 0.87 0.26
Hex 9 1E 7E 5D 4C 0 33 E5 57 1A
Octal 11 36 176 135 114 0 63 345 127 32
Binary 1001 11110 1111110 1011101 1001100 0 110011 11100101 1010111 11010

Color Harmonies of #091E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E7E

Black with #091E7E

Text Example


Text Example

White with #091E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,30,126); }

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

background-color css

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

 a { background-color: rgb(9,30,126); }

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

border-color css

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

 span { border-color: rgb(9,30,126); }

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