Html Css Color HEX #112A53 Sapphire

📋 copy color: '#112A53'

red 17 ◦ green 42 ◦ blue 83

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

Shades of Sapphire #112A53

Tints of Sapphire #112A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.58%

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

R = 11.97%
G = 29.58%
B = 58.45%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112A53 (or 0x112A53) is known color: Sapphire. HEX triplet: 11, 2A and 53. RGB value is (17,42,83). Sum of RGB (Red+Green+Blue) = 17+42+83=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #112A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A53 is #EED5AC. Grayscale: #272727. Windows color (decimal): -15652269 or 5450257. OLE color: 5450257.

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

Color convert

RGB 17 42 83 -
CMYK 0.80 0.49 0 0.67
HSL 217.27º 0.66% 0.2% -
HSV(B) 217.27º 0.8% 0.33% -
XYZ 2.62 2.4 8.51 -
YUV 39.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 17 42 83 0.80 0.49 0 0.67 217.27 0.66 0.2
Hex 11 2A 53 50 31 0 43 D9 42 14
Octal 21 52 123 120 61 0 103 331 102 24
Binary 10001 101010 1010011 1010000 110001 0 1000011 11011001 1000010 10100

Color Harmonies of #112A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A53

Black with #112A53

Text Example


Text Example

White with #112A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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