Html Css Color HEX #092860 Sapphire

📋 copy color: '#092860'

red 9 ◦ green 40 ◦ blue 96

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

Shades of Sapphire #092860

Tints of Sapphire #092860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 96 (37.89% from 255) = 66.21%

R = 6.21%
G = 27.59%
B = 66.21%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092860 (or 0x092860) is known color: Sapphire. HEX triplet: 09, 28 and 60. RGB value is (9,40,96). Sum of RGB (Red+Green+Blue) = 9+40+96=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #092860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092860 is #F6D79F. Grayscale: #242424. Windows color (decimal): -16177056 or 6301705. OLE color: 6301705.

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

Color convert

RGB 9 40 96 -
CMYK 0.91 0.58 0 0.62
HSL 218.62º 0.83% 0.21% -
HSV(B) 218.62º 0.91% 0.38% -
XYZ 2.98 2.42 11.38 -
YUV 37.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 9 40 96 0.91 0.58 0 0.62 218.62 0.83 0.21
Hex 9 28 60 5B 3A 0 3E DB 53 15
Octal 11 50 140 133 72 0 76 333 123 25
Binary 1001 101000 1100000 1011011 111010 0 111110 11011011 1010011 10101

Color Harmonies of #092860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092860

Black with #092860

Text Example


Text Example

White with #092860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092860; }

 p { color: rgb(9,40,96); }

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

background-color css

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

 a { background-color: rgb(9,40,96); }

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

border-color css

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

 span { border-color: rgb(9,40,96); }

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