Html Css Color HEX #092862 Sapphire

📋 copy color: '#092862'

red 9 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #092862

Tints of Sapphire #092862

RGB

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

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

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

R = 6.12%
G = 27.21%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092862 (or 0x092862) is known color: Sapphire. HEX triplet: 09, 28 and 62. RGB value is (9,40,98). Sum of RGB (Red+Green+Blue) = 9+40+98=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #092862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092862 is #F6D79D. Grayscale: #252525. Windows color (decimal): -16177054 or 6432777. OLE color: 6432777.

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

Color convert

RGB 9 40 98 -
CMYK 0.91 0.59 0 0.62
HSL 219.1º 0.83% 0.21% -
HSV(B) 219.1º 0.91% 0.38% -
XYZ 3.08 2.46 11.87 -
YUV 37.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 9 40 98 0.91 0.59 0 0.62 219.1 0.83 0.21
Hex 9 28 62 5B 3B 0 3E DB 53 15
Octal 11 50 142 133 73 0 76 333 123 25
Binary 1001 101000 1100010 1011011 111011 0 111110 11011011 1010011 10101

Color Harmonies of #092862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092862

Black with #092862

Text Example


Text Example

White with #092862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092862; }

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

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

background-color css

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

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

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

border-color css

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

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

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