Html Css Color HEX #092859 Sapphire

📋 copy color: '#092859'

red 9 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #092859

Tints of Sapphire #092859

RGB

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

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

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

R = 6.52%
G = 28.99%
B = 64.49%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092859 (or 0x092859) is known color: Sapphire. HEX triplet: 09, 28 and 59. RGB value is (9,40,89). Sum of RGB (Red+Green+Blue) = 9+40+89=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #092859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092859 is #F6D7A6. Grayscale: #242424. Windows color (decimal): -16177063 or 5842953. OLE color: 5842953.

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

Color convert

RGB 9 40 89 -
CMYK 0.90 0.55 0 0.65
HSL 216.75º 0.82% 0.19% -
HSV(B) 216.75º 0.9% 0.35% -
XYZ 2.67 2.3 9.75 -
YUV 36.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 9 40 89 0.90 0.55 0 0.65 216.75 0.82 0.19
Hex 9 28 59 5A 37 0 41 D9 52 13
Octal 11 50 131 132 67 0 101 331 122 23
Binary 1001 101000 1011001 1011010 110111 0 1000001 11011001 1010010 10011

Color Harmonies of #092859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092859

Black with #092859

Text Example


Text Example

White with #092859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092859; }

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

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

background-color css

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

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

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

border-color css

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

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

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