Html Css Color HEX #092052 Sapphire

📋 copy color: '#092052'

red 9 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #092052

Tints of Sapphire #092052

RGB

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

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

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

R = 7.32%
G = 26.02%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#092052 (or 0x092052) is known color: Sapphire. HEX triplet: 09, 20 and 52. RGB value is (9,32,82). Sum of RGB (Red+Green+Blue) = 9+32+82=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #092052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092052 is #F6DFAD. Grayscale: #1E1E1E. Windows color (decimal): -16179118 or 5382153. OLE color: 5382153.

HSL color Cylindrical-coordinate representation of color #092052: hue angle of 221.1º 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 #092052 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 32 82 -
CMYK 0.89 0.61 0 0.68
HSL 221.1º 0.8% 0.18% -
HSV(B) 221.1º 0.89% 0.32% -
XYZ 2.15 1.7 8.2 -
YUV 30.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 9 32 82 0.89 0.61 0 0.68 221.1 0.8 0.18
Hex 9 20 52 59 3D 0 44 DD 50 12
Octal 11 40 122 131 75 0 104 335 120 22
Binary 1001 100000 1010010 1011001 111101 0 1000100 11011101 1010000 10010

Color Harmonies of #092052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092052

Black with #092052

Text Example


Text Example

White with #092052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092052; }

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

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

background-color css

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

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

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

border-color css

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

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

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