Html Css Color HEX #091662 Sapphire

📋 copy color: '#091662'

red 9 ◦ green 22 ◦ blue 98

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

Shades of Sapphire #091662

Tints of Sapphire #091662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.05%

 BLUE value IS 98 (38.67% from 255) = 75.97%

R = 6.98%
G = 17.05%
B = 75.97%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#091662 (or 0x091662) is known color: Sapphire. HEX triplet: 09, 16 and 62. RGB value is (9,22,98). Sum of RGB (Red+Green+Blue) = 9+22+98=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 98 (38.67% from 255 or 75.97% from 129); Max value from RGB is 98 - color contains mainly: blue. Hex color #091662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091662 is #F6E99D. Grayscale: #1A1A1A. Windows color (decimal): -16181662 or 6428169. OLE color: 6428169.

HSL color Cylindrical-coordinate representation of color #091662: hue angle of 231.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091662 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 22 98 -
CMYK 0.91 0.78 0 0.62
HSL 231.24º 0.83% 0.21% -
HSV(B) 231.24º 0.91% 0.38% -
XYZ 2.6 1.51 11.71 -
YUV 26.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 9 22 98 0.91 0.78 0 0.62 231.24 0.83 0.21
Hex 9 16 62 5B 4E 0 3E E7 53 15
Octal 11 26 142 133 116 0 76 347 123 25
Binary 1001 10110 1100010 1011011 1001110 0 111110 11100111 1010011 10101

Color Harmonies of #091662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091662

Black with #091662

Text Example


Text Example

White with #091662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091662; }

 p { color: rgb(9,22,98); }

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

background-color css

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

 a { background-color: rgb(9,22,98); }

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

border-color css

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

 span { border-color: rgb(9,22,98); }

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