Html Css Color HEX #092856 Sapphire

📋 copy color: '#092856'

red 9 ◦ green 40 ◦ blue 86

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

Shades of Sapphire #092856

Tints of Sapphire #092856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 63.7%

R = 6.67%
G = 29.63%
B = 63.7%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092856 (or 0x092856) is known color: Sapphire. HEX triplet: 09, 28 and 56. RGB value is (9,40,86). Sum of RGB (Red+Green+Blue) = 9+40+86=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #092856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092856 is #F6D7A9. Grayscale: #232323. Windows color (decimal): -16177066 or 5646345. OLE color: 5646345.

HSL color Cylindrical-coordinate representation of color #092856: hue angle of 215.84º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092856 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 40 86 -
CMYK 0.90 0.53 0 0.66
HSL 215.84º 0.81% 0.19% -
HSV(B) 215.84º 0.9% 0.34% -
XYZ 2.55 2.25 9.1 -
YUV 35.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 9 40 86 0.90 0.53 0 0.66 215.84 0.81 0.19
Hex 9 28 56 5A 35 0 42 D8 51 13
Octal 11 50 126 132 65 0 102 330 121 23
Binary 1001 101000 1010110 1011010 110101 0 1000010 11011000 1010001 10011

Color Harmonies of #092856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092856

Black with #092856

Text Example


Text Example

White with #092856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092856; }

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

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

background-color css

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

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

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

border-color css

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

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

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