Html Css Color HEX #091E66 Sapphire

📋 copy color: '#091E66'

red 9 ◦ green 30 ◦ blue 102

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

Shades of Sapphire #091E66

Tints of Sapphire #091E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 72.34%

R = 6.38%
G = 21.28%
B = 72.34%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#091E66 (or 0x091E66) is known color: Sapphire. HEX triplet: 09, 1E and 66. RGB value is (9,30,102). Sum of RGB (Red+Green+Blue) = 9+30+102=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #091E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E66 is #F6E199. Grayscale: #1F1F1F. Windows color (decimal): -16179610 or 6692361. OLE color: 6692361.

HSL color Cylindrical-coordinate representation of color #091E66: hue angle of 226.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091E66 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 30 102 -
CMYK 0.91 0.71 0 0.6
HSL 226.45º 0.84% 0.22% -
HSV(B) 226.45º 0.91% 0.4% -
XYZ 2.98 1.95 12.79 -
YUV 31.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 9 30 102 0.91 0.71 0 0.6 226.45 0.84 0.22
Hex 9 1E 66 5B 47 0 3C E2 54 16
Octal 11 36 146 133 107 0 74 342 124 26
Binary 1001 11110 1100110 1011011 1000111 0 111100 11100010 1010100 10110

Color Harmonies of #091E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E66

Black with #091E66

Text Example


Text Example

White with #091E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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