Html Css Color HEX #091E6D Sapphire

📋 copy color: '#091E6D'

red 9 ◦ green 30 ◦ blue 109

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

Shades of Sapphire #091E6D

Tints of Sapphire #091E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 6.08%
G = 20.27%
B = 73.65%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#091E6D (or 0x091E6D) is known color: Sapphire. HEX triplet: 09, 1E and 6D. RGB value is (9,30,109). Sum of RGB (Red+Green+Blue) = 9+30+109=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #091E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E6D is #F6E192. Grayscale: #202020. Windows color (decimal): -16179603 or 7151113. OLE color: 7151113.

HSL color Cylindrical-coordinate representation of color #091E6D: hue angle of 227.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091E6D is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 30 109 -
CMYK 0.92 0.72 0 0.57
HSL 227.4º 0.85% 0.23% -
HSV(B) 227.4º 0.92% 0.43% -
XYZ 3.34 2.09 14.7 -
YUV 32.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 9 30 109 0.92 0.72 0 0.57 227.4 0.85 0.23
Hex 9 1E 6D 5C 48 0 39 E3 55 17
Octal 11 36 155 134 110 0 71 343 125 27
Binary 1001 11110 1101101 1011100 1001000 0 111001 11100011 1010101 10111

Color Harmonies of #091E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E6D

Black with #091E6D

Text Example


Text Example

White with #091E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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