Html Css Color HEX #092075 Sapphire

📋 copy color: '#092075'

red 9 ◦ green 32 ◦ blue 117

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

Shades of Sapphire #092075

Tints of Sapphire #092075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.05%

R = 5.7%
G = 20.25%
B = 74.05%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092075 (or 0x092075) is known color: Sapphire. HEX triplet: 09, 20 and 75. RGB value is (9,32,117). Sum of RGB (Red+Green+Blue) = 9+32+117=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #092075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092075 is #F6DF8A. Grayscale: #222222. Windows color (decimal): -16179083 or 7675913. OLE color: 7675913.

HSL color Cylindrical-coordinate representation of color #092075: hue angle of 227.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092075 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 32 117 -
CMYK 0.92 0.73 0 0.54
HSL 227.22º 0.86% 0.25% -
HSV(B) 227.22º 0.92% 0.46% -
XYZ 3.84 2.38 17.09 -
YUV 34.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 9 32 117 0.92 0.73 0 0.54 227.22 0.86 0.25
Hex 9 20 75 5C 49 0 36 E3 56 19
Octal 11 40 165 134 111 0 66 343 126 31
Binary 1001 100000 1110101 1011100 1001001 0 110110 11100011 1010110 11001

Color Harmonies of #092075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092075

Black with #092075

Text Example


Text Example

White with #092075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092075; }

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

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

background-color css

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

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

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

border-color css

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

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

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