Html Css Color HEX #112052 Sapphire

📋 copy color: '#112052'

red 17 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #112052

Tints of Sapphire #112052

RGB

 RED value IS 17 (7.03% from 255) = 12.98%

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

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

R = 12.98%
G = 24.43%
B = 62.6%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#112052 (or 0x112052) is known color: Sapphire. HEX triplet: 11, 20 and 52. RGB value is (17,32,82). Sum of RGB (Red+Green+Blue) = 17+32+82=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #112052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112052 is #EEDFAD. Grayscale: #212121. Windows color (decimal): -15654830 or 5382161. OLE color: 5382161.

HSL color Cylindrical-coordinate representation of color #112052: hue angle of 226.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112052 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 32 82 -
CMYK 0.79 0.61 0 0.68
HSL 226.15º 0.66% 0.19% -
HSV(B) 226.15º 0.79% 0.32% -
XYZ 2.27 1.76 8.2 -
YUV 33.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 17 32 82 0.79 0.61 0 0.68 226.15 0.66 0.19
Hex 11 20 52 4F 3D 0 44 E2 42 13
Octal 21 40 122 117 75 0 104 342 102 23
Binary 10001 100000 1010010 1001111 111101 0 1000100 11100010 1000010 10011

Color Harmonies of #112052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112052

Black with #112052

Text Example


Text Example

White with #112052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112052; }

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

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

background-color css

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

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

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

border-color css

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

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

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