Html Css Color HEX #092259 Sapphire

📋 copy color: '#092259'

red 9 ◦ green 34 ◦ blue 89

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

Shades of Sapphire #092259

Tints of Sapphire #092259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 6.82%
G = 25.76%
B = 67.42%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092259 (or 0x092259) is known color: Sapphire. HEX triplet: 09, 22 and 59. RGB value is (9,34,89). Sum of RGB (Red+Green+Blue) = 9+34+89=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #092259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092259 is #F6DDA6. Grayscale: #202020. Windows color (decimal): -16178599 or 5841417. OLE color: 5841417.

HSL color Cylindrical-coordinate representation of color #092259: hue angle of 221.25º 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 #092259 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 34 89 -
CMYK 0.90 0.62 0 0.65
HSL 221.25º 0.82% 0.19% -
HSV(B) 221.25º 0.9% 0.35% -
XYZ 2.49 1.92 9.69 -
YUV 32.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 9 34 89 0.90 0.62 0 0.65 221.25 0.82 0.19
Hex 9 22 59 5A 3E 0 41 DD 52 13
Octal 11 42 131 132 76 0 101 335 122 23
Binary 1001 100010 1011001 1011010 111110 0 1000001 11011101 1010010 10011

Color Harmonies of #092259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092259

Black with #092259

Text Example


Text Example

White with #092259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092259; }

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

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

background-color css

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

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

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

border-color css

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

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

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