Html Css Color HEX #112253 Sapphire

📋 copy color: '#112253'

red 17 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #112253

Tints of Sapphire #112253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 12.69%
G = 25.37%
B = 61.94%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112253 (or 0x112253) is known color: Sapphire. HEX triplet: 11, 22 and 53. RGB value is (17,34,83). Sum of RGB (Red+Green+Blue) = 17+34+83=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #112253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112253 is #EEDDAC. Grayscale: #222222. Windows color (decimal): -15654317 or 5448209. OLE color: 5448209.

HSL color Cylindrical-coordinate representation of color #112253: hue angle of 224.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112253 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 34 83 -
CMYK 0.80 0.59 0 0.67
HSL 224.55º 0.66% 0.2% -
HSV(B) 224.55º 0.8% 0.33% -
XYZ 2.36 1.89 8.42 -
YUV 34.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 17 34 83 0.80 0.59 0 0.67 224.55 0.66 0.2
Hex 11 22 53 50 3B 0 43 E1 42 14
Octal 21 42 123 120 73 0 103 341 102 24
Binary 10001 100010 1010011 1010000 111011 0 1000011 11100001 1000010 10100

Color Harmonies of #112253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112253

Black with #112253

Text Example


Text Example

White with #112253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112253; }

 p { color: rgb(17,34,83); }

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

background-color css

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

 a { background-color: rgb(17,34,83); }

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

border-color css

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

 span { border-color: rgb(17,34,83); }

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