Html Css Color HEX #092350 Sapphire

📋 copy color: '#092350'

red 9 ◦ green 35 ◦ blue 80

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

Shades of Sapphire #092350

Tints of Sapphire #092350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 64.52%

R = 7.26%
G = 28.23%
B = 64.52%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092350 (or 0x092350) is known color: Sapphire. HEX triplet: 09, 23 and 50. RGB value is (9,35,80). Sum of RGB (Red+Green+Blue) = 9+35+80=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #092350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092350 is #F6DCAF. Grayscale: #202020. Windows color (decimal): -16178352 or 5251849. OLE color: 5251849.

HSL color Cylindrical-coordinate representation of color #092350: hue angle of 218.03º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092350 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 35 80 -
CMYK 0.89 0.56 0 0.69
HSL 218.03º 0.8% 0.17% -
HSV(B) 218.03º 0.89% 0.31% -
XYZ 2.16 1.84 7.83 -
YUV 32.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 9 35 80 0.89 0.56 0 0.69 218.03 0.8 0.17
Hex 9 23 50 59 38 0 45 DA 50 11
Octal 11 43 120 131 70 0 105 332 120 21
Binary 1001 100011 1010000 1011001 111000 0 1000101 11011010 1010000 10001

Color Harmonies of #092350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092350

Black with #092350

Text Example


Text Example

White with #092350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092350; }

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

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

background-color css

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

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

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

border-color css

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

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

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