Html Css Color HEX #092359 Sapphire

📋 copy color: '#092359'

red 9 ◦ green 35 ◦ blue 89

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

Shades of Sapphire #092359

Tints of Sapphire #092359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

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

R = 6.77%
G = 26.32%
B = 66.92%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092359 (or 0x092359) is known color: Sapphire. HEX triplet: 09, 23 and 59. RGB value is (9,35,89). Sum of RGB (Red+Green+Blue) = 9+35+89=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #092359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092359 is #F6DCA6. Grayscale: #212121. Windows color (decimal): -16178343 or 5841673. OLE color: 5841673.

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

Color convert

RGB 9 35 89 -
CMYK 0.90 0.61 0 0.65
HSL 220.5º 0.82% 0.19% -
HSV(B) 220.5º 0.9% 0.35% -
XYZ 2.52 1.98 9.7 -
YUV 33.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 9 35 89 0.90 0.61 0 0.65 220.5 0.82 0.19
Hex 9 23 59 5A 3D 0 41 DC 52 13
Octal 11 43 131 132 75 0 101 334 122 23
Binary 1001 100011 1011001 1011010 111101 0 1000001 11011100 1010010 10011

Color Harmonies of #092359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092359

Black with #092359

Text Example


Text Example

White with #092359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092359; }

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

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

background-color css

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

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

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

border-color css

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

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

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