Html Css Color HEX #092372 Sapphire

📋 copy color: '#092372'

red 9 ◦ green 35 ◦ blue 114

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

Shades of Sapphire #092372

Tints of Sapphire #092372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 5.7%
G = 22.15%
B = 72.15%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092372 (or 0x092372) is known color: Sapphire. HEX triplet: 09, 23 and 72. RGB value is (9,35,114). Sum of RGB (Red+Green+Blue) = 9+35+114=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #092372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092372 is #F6DC8D. Grayscale: #232323. Windows color (decimal): -16178318 or 7480073. OLE color: 7480073.

HSL color Cylindrical-coordinate representation of color #092372: hue angle of 225.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092372 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 35 114 -
CMYK 0.92 0.69 0 0.55
HSL 225.14º 0.85% 0.24% -
HSV(B) 225.14º 0.92% 0.45% -
XYZ 3.75 2.48 16.2 -
YUV 36.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 9 35 114 0.92 0.69 0 0.55 225.14 0.85 0.24
Hex 9 23 72 5C 45 0 37 E1 55 18
Octal 11 43 162 134 105 0 67 341 125 30
Binary 1001 100011 1110010 1011100 1000101 0 110111 11100001 1010101 11000

Color Harmonies of #092372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092372

Black with #092372

Text Example


Text Example

White with #092372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092372; }

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

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

background-color css

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

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

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

border-color css

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

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

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