Html Css Color HEX #092857 Sapphire

📋 copy color: '#092857'

red 9 ◦ green 40 ◦ blue 87

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

Shades of Sapphire #092857

Tints of Sapphire #092857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.97%

R = 6.62%
G = 29.41%
B = 63.97%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092857 (or 0x092857) is known color: Sapphire. HEX triplet: 09, 28 and 57. RGB value is (9,40,87). Sum of RGB (Red+Green+Blue) = 9+40+87=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #092857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092857 is #F6D7A8. Grayscale: #232323. Windows color (decimal): -16177065 or 5711881. OLE color: 5711881.

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

Color convert

RGB 9 40 87 -
CMYK 0.90 0.54 0 0.66
HSL 216.15º 0.81% 0.19% -
HSV(B) 216.15º 0.9% 0.34% -
XYZ 2.59 2.26 9.32 -
YUV 36.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 9 40 87 0.90 0.54 0 0.66 216.15 0.81 0.19
Hex 9 28 57 5A 36 0 42 D8 51 13
Octal 11 50 127 132 66 0 102 330 121 23
Binary 1001 101000 1010111 1011010 110110 0 1000010 11011000 1010001 10011

Color Harmonies of #092857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092857

Black with #092857

Text Example


Text Example

White with #092857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092857; }

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

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

background-color css

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

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

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

border-color css

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

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

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