Html Css Color HEX #092252 Sapphire

📋 copy color: '#092252'

red 9 ◦ green 34 ◦ blue 82

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

Shades of Sapphire #092252

Tints of Sapphire #092252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 65.6%

R = 7.2%
G = 27.2%
B = 65.6%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092252 (or 0x092252) is known color: Sapphire. HEX triplet: 09, 22 and 52. RGB value is (9,34,82). Sum of RGB (Red+Green+Blue) = 9+34+82=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #092252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092252 is #F6DDAD. Grayscale: #1F1F1F. Windows color (decimal): -16178606 or 5382665. OLE color: 5382665.

HSL color Cylindrical-coordinate representation of color #092252: hue angle of 219.45º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092252 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 34 82 -
CMYK 0.89 0.59 0 0.68
HSL 219.45º 0.8% 0.18% -
HSV(B) 219.45º 0.89% 0.32% -
XYZ 2.21 1.81 8.22 -
YUV 32 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 9 34 82 0.89 0.59 0 0.68 219.45 0.8 0.18
Hex 9 22 52 59 3B 0 44 DB 50 12
Octal 11 42 122 131 73 0 104 333 120 22
Binary 1001 100010 1010010 1011001 111011 0 1000100 11011011 1010000 10010

Color Harmonies of #092252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092252

Black with #092252

Text Example


Text Example

White with #092252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092252; }

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

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

background-color css

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

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

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

border-color css

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

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

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