Html Css Color HEX #092959 Sapphire

📋 copy color: '#092959'

red 9 ◦ green 41 ◦ blue 89

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

Shades of Sapphire #092959

Tints of Sapphire #092959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 6.47%
G = 29.5%
B = 64.03%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092959 (or 0x092959) is known color: Sapphire. HEX triplet: 09, 29 and 59. RGB value is (9,41,89). Sum of RGB (Red+Green+Blue) = 9+41+89=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #092959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092959 is #F6D6A6. Grayscale: #242424. Windows color (decimal): -16176807 or 5843209. OLE color: 5843209.

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

Color convert

RGB 9 41 89 -
CMYK 0.90 0.54 0 0.65
HSL 216º 0.82% 0.19% -
HSV(B) 216º 0.9% 0.35% -
XYZ 2.71 2.37 9.76 -
YUV 36.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 9 41 89 0.90 0.54 0 0.65 216 0.82 0.19
Hex 9 29 59 5A 36 0 41 D8 52 13
Octal 11 51 131 132 66 0 101 330 122 23
Binary 1001 101001 1011001 1011010 110110 0 1000001 11011000 1010010 10011

Color Harmonies of #092959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092959

Black with #092959

Text Example


Text Example

White with #092959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092959; }

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

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

background-color css

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

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

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

border-color css

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

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

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