Html Css Color HEX #092559 Sapphire

📋 copy color: '#092559'

red 9 ◦ green 37 ◦ blue 89

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

Shades of Sapphire #092559

Tints of Sapphire #092559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.41%

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

R = 6.67%
G = 27.41%
B = 65.93%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092559 (or 0x092559) is known color: Sapphire. HEX triplet: 09, 25 and 59. RGB value is (9,37,89). Sum of RGB (Red+Green+Blue) = 9+37+89=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #092559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092559 is #F6DAA6. Grayscale: #222222. Windows color (decimal): -16177831 or 5842185. OLE color: 5842185.

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

Color convert

RGB 9 37 89 -
CMYK 0.90 0.58 0 0.65
HSL 219º 0.82% 0.19% -
HSV(B) 219º 0.9% 0.35% -
XYZ 2.58 2.1 9.72 -
YUV 34.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 9 37 89 0.90 0.58 0 0.65 219 0.82 0.19
Hex 9 25 59 5A 3A 0 41 DB 52 13
Octal 11 45 131 132 72 0 101 333 122 23
Binary 1001 100101 1011001 1011010 111010 0 1000001 11011011 1010010 10011

Color Harmonies of #092559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092559

Black with #092559

Text Example


Text Example

White with #092559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092559; }

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

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

background-color css

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

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

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

border-color css

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

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

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