Html Css Color HEX #092159 Sapphire

📋 copy color: '#092159'

red 9 ◦ green 33 ◦ blue 89

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

Shades of Sapphire #092159

Tints of Sapphire #092159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 6.87%
G = 25.19%
B = 67.94%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092159 (or 0x092159) is known color: Sapphire. HEX triplet: 09, 21 and 59. RGB value is (9,33,89). Sum of RGB (Red+Green+Blue) = 9+33+89=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #092159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092159 is #F6DEA6. Grayscale: #1F1F1F. Windows color (decimal): -16178855 or 5841161. OLE color: 5841161.

HSL color Cylindrical-coordinate representation of color #092159: hue angle of 222º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092159 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 33 89 -
CMYK 0.90 0.63 0 0.65
HSL 222º 0.82% 0.19% -
HSV(B) 222º 0.9% 0.35% -
XYZ 2.46 1.87 9.68 -
YUV 32.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 9 33 89 0.90 0.63 0 0.65 222 0.82 0.19
Hex 9 21 59 5A 3F 0 41 DE 52 13
Octal 11 41 131 132 77 0 101 336 122 23
Binary 1001 100001 1011001 1011010 111111 0 1000001 11011110 1010010 10011

Color Harmonies of #092159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092159

Black with #092159

Text Example


Text Example

White with #092159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092159; }

 p { color: rgb(9,33,89); }

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

background-color css

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

 a { background-color: rgb(9,33,89); }

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

border-color css

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

 span { border-color: rgb(9,33,89); }

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