Html Css Color HEX #092175 Sapphire

📋 copy color: '#092175'

red 9 ◦ green 33 ◦ blue 117

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

Shades of Sapphire #092175

Tints of Sapphire #092175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.75%

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

R = 5.66%
G = 20.75%
B = 73.58%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092175 (or 0x092175) is known color: Sapphire. HEX triplet: 09, 21 and 75. RGB value is (9,33,117). Sum of RGB (Red+Green+Blue) = 9+33+117=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #092175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092175 is #F6DE8A. Grayscale: #232323. Windows color (decimal): -16178827 or 7676169. OLE color: 7676169.

HSL color Cylindrical-coordinate representation of color #092175: hue angle of 226.67º 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 #092175 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 33 117 -
CMYK 0.92 0.72 0 0.54
HSL 226.67º 0.86% 0.25% -
HSV(B) 226.67º 0.92% 0.46% -
XYZ 3.87 2.43 17.09 -
YUV 35.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 9 33 117 0.92 0.72 0 0.54 226.67 0.86 0.25
Hex 9 21 75 5C 48 0 36 E3 56 19
Octal 11 41 165 134 110 0 66 343 126 31
Binary 1001 100001 1110101 1011100 1001000 0 110110 11100011 1010110 11001

Color Harmonies of #092175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092175

Black with #092175

Text Example


Text Example

White with #092175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092175; }

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

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

background-color css

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

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

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

border-color css

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

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

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