Html Css Color HEX #092050 Sapphire

📋 copy color: '#092050'

red 9 ◦ green 32 ◦ blue 80

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

Shades of Sapphire #092050

Tints of Sapphire #092050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

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

R = 7.44%
G = 26.45%
B = 66.12%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092050 (or 0x092050) is known color: Sapphire. HEX triplet: 09, 20 and 50. RGB value is (9,32,80). Sum of RGB (Red+Green+Blue) = 9+32+80=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #092050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092050 is #F6DFAF. Grayscale: #1E1E1E. Windows color (decimal): -16179120 or 5251081. OLE color: 5251081.

HSL color Cylindrical-coordinate representation of color #092050: hue angle of 220.56º 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 #092050 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 32 80 -
CMYK 0.89 0.60 0 0.69
HSL 220.56º 0.8% 0.17% -
HSV(B) 220.56º 0.89% 0.31% -
XYZ 2.08 1.67 7.8 -
YUV 30.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 9 32 80 0.89 0.60 0 0.69 220.56 0.8 0.17
Hex 9 20 50 59 3C 0 45 DD 50 11
Octal 11 40 120 131 74 0 105 335 120 21
Binary 1001 100000 1010000 1011001 111100 0 1000101 11011101 1010000 10001

Color Harmonies of #092050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092050

Black with #092050

Text Example


Text Example

White with #092050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092050; }

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

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

background-color css

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

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

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

border-color css

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

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

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