Html Css Color HEX #112B53 Sapphire

📋 copy color: '#112B53'

red 17 ◦ green 43 ◦ blue 83

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

Shades of Sapphire #112B53

Tints of Sapphire #112B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

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

R = 11.89%
G = 30.07%
B = 58.04%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112B53 (or 0x112B53) is known color: Sapphire. HEX triplet: 11, 2B and 53. RGB value is (17,43,83). Sum of RGB (Red+Green+Blue) = 17+43+83=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #112B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B53 is #EED4AC. Grayscale: #272727. Windows color (decimal): -15652013 or 5450513. OLE color: 5450513.

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

Color convert

RGB 17 43 83 -
CMYK 0.80 0.48 0 0.67
HSL 216.36º 0.66% 0.2% -
HSV(B) 216.36º 0.8% 0.33% -
XYZ 2.66 2.47 8.52 -
YUV 39.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 17 43 83 0.80 0.48 0 0.67 216.36 0.66 0.2
Hex 11 2B 53 50 30 0 43 D8 42 14
Octal 21 53 123 120 60 0 103 330 102 24
Binary 10001 101011 1010011 1010000 110000 0 1000011 11011000 1000010 10100

Color Harmonies of #112B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B53

Black with #112B53

Text Example


Text Example

White with #112B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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