Html Css Color HEX #112D53 Sapphire

📋 copy color: '#112D53'

red 17 ◦ green 45 ◦ blue 83

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

Shades of Sapphire #112D53

Tints of Sapphire #112D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.03%

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

R = 11.72%
G = 31.03%
B = 57.24%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112D53 (or 0x112D53) is known color: Sapphire. HEX triplet: 11, 2D and 53. RGB value is (17,45,83). Sum of RGB (Red+Green+Blue) = 17+45+83=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #112D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D53 is #EED2AC. Grayscale: #282828. Windows color (decimal): -15651501 or 5451025. OLE color: 5451025.

HSL color Cylindrical-coordinate representation of color #112D53: hue angle of 214.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 #112D53 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 45 83 -
CMYK 0.80 0.46 0 0.67
HSL 214.55º 0.66% 0.2% -
HSV(B) 214.55º 0.8% 0.33% -
XYZ 2.73 2.62 8.55 -
YUV 40.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 17 45 83 0.80 0.46 0 0.67 214.55 0.66 0.2
Hex 11 2D 53 50 2E 0 43 D7 42 14
Octal 21 55 123 120 56 0 103 327 102 24
Binary 10001 101101 1010011 1010000 101110 0 1000011 11010111 1000010 10100

Color Harmonies of #112D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D53

Black with #112D53

Text Example


Text Example

White with #112D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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