Html Css Color HEX #092759 Sapphire

📋 copy color: '#092759'

red 9 ◦ green 39 ◦ blue 89

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

Shades of Sapphire #092759

Tints of Sapphire #092759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 6.57%
G = 28.47%
B = 64.96%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092759 (or 0x092759) is known color: Sapphire. HEX triplet: 09, 27 and 59. RGB value is (9,39,89). Sum of RGB (Red+Green+Blue) = 9+39+89=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #092759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092759 is #F6D8A6. Grayscale: #232323. Windows color (decimal): -16177319 or 5842697. OLE color: 5842697.

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

Color convert

RGB 9 39 89 -
CMYK 0.90 0.56 0 0.65
HSL 217.5º 0.82% 0.19% -
HSV(B) 217.5º 0.9% 0.35% -
XYZ 2.64 2.23 9.74 -
YUV 35.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 9 39 89 0.90 0.56 0 0.65 217.5 0.82 0.19
Hex 9 27 59 5A 38 0 41 DA 52 13
Octal 11 47 131 132 70 0 101 332 122 23
Binary 1001 100111 1011001 1011010 111000 0 1000001 11011010 1010010 10011

Color Harmonies of #092759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092759

Black with #092759

Text Example


Text Example

White with #092759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092759; }

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

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

background-color css

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

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

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

border-color css

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

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

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