Html Css Color HEX #092750 Sapphire

📋 copy color: '#092750'

red 9 ◦ green 39 ◦ blue 80

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

Shades of Sapphire #092750

Tints of Sapphire #092750

RGB

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

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

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

R = 7.03%
G = 30.47%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092750 (or 0x092750) is known color: Sapphire. HEX triplet: 09, 27 and 50. RGB value is (9,39,80). Sum of RGB (Red+Green+Blue) = 9+39+80=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #092750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092750 is #F6D8AF. Grayscale: #222222. Windows color (decimal): -16177328 or 5252873. OLE color: 5252873.

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

Color convert

RGB 9 39 80 -
CMYK 0.89 0.51 0 0.69
HSL 214.65º 0.8% 0.17% -
HSV(B) 214.65º 0.89% 0.31% -
XYZ 2.29 2.09 7.87 -
YUV 34.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 9 39 80 0.89 0.51 0 0.69 214.65 0.8 0.17
Hex 9 27 50 59 33 0 45 D7 50 11
Octal 11 47 120 131 63 0 105 327 120 21
Binary 1001 100111 1010000 1011001 110011 0 1000101 11010111 1010000 10001

Color Harmonies of #092750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092750

Black with #092750

Text Example


Text Example

White with #092750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092750; }

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

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

background-color css

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

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

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

border-color css

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

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

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