Html Css Color HEX #092272 Sapphire

📋 copy color: '#092272'

red 9 ◦ green 34 ◦ blue 114

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

Shades of Sapphire #092272

Tints of Sapphire #092272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 5.73%
G = 21.66%
B = 72.61%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092272 (or 0x092272) is known color: Sapphire. HEX triplet: 09, 22 and 72. RGB value is (9,34,114). Sum of RGB (Red+Green+Blue) = 9+34+114=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #092272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092272 is #F6DD8D. Grayscale: #232323. Windows color (decimal): -16178574 or 7479817. OLE color: 7479817.

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

Color convert

RGB 9 34 114 -
CMYK 0.92 0.70 0 0.55
HSL 225.71º 0.85% 0.24% -
HSV(B) 225.71º 0.92% 0.45% -
XYZ 3.72 2.42 16.19 -
YUV 35.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 9 34 114 0.92 0.70 0 0.55 225.71 0.85 0.24
Hex 9 22 72 5C 46 0 37 E2 55 18
Octal 11 42 162 134 106 0 67 342 125 30
Binary 1001 100010 1110010 1011100 1000110 0 110111 11100010 1010101 11000

Color Harmonies of #092272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092272

Black with #092272

Text Example


Text Example

White with #092272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092272; }

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

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

background-color css

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

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

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

border-color css

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

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

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