Html Css Color HEX #091E6F Sapphire

📋 copy color: '#091E6F'

red 9 ◦ green 30 ◦ blue 111

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

Shades of Sapphire #091E6F

Tints of Sapphire #091E6F

RGB

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

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

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

R = 6%
G = 20%
B = 74%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091E6F (or 0x091E6F) is known color: Sapphire. HEX triplet: 09, 1E and 6F. RGB value is (9,30,111). Sum of RGB (Red+Green+Blue) = 9+30+111=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #091E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E6F is #F6E190. Grayscale: #202020. Windows color (decimal): -16179601 or 7282185. OLE color: 7282185.

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

Color convert

RGB 9 30 111 -
CMYK 0.92 0.73 0 0.56
HSL 227.65º 0.85% 0.24% -
HSV(B) 227.65º 0.92% 0.44% -
XYZ 3.45 2.13 15.27 -
YUV 32.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 9 30 111 0.92 0.73 0 0.56 227.65 0.85 0.24
Hex 9 1E 6F 5C 49 0 38 E4 55 18
Octal 11 36 157 134 111 0 70 344 125 30
Binary 1001 11110 1101111 1011100 1001001 0 111000 11100100 1010101 11000

Color Harmonies of #091E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E6F

Black with #091E6F

Text Example


Text Example

White with #091E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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