Html Css Color HEX #112953 Sapphire

📋 copy color: '#112953'

red 17 ◦ green 41 ◦ blue 83

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

Shades of Sapphire #112953

Tints of Sapphire #112953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 12.06%
G = 29.08%
B = 58.87%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112953 (or 0x112953) is known color: Sapphire. HEX triplet: 11, 29 and 53. RGB value is (17,41,83). Sum of RGB (Red+Green+Blue) = 17+41+83=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #112953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112953 is #EED6AC. Grayscale: #262626. Windows color (decimal): -15652525 or 5450001. OLE color: 5450001.

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

Color convert

RGB 17 41 83 -
CMYK 0.80 0.51 0 0.67
HSL 218.18º 0.66% 0.2% -
HSV(B) 218.18º 0.8% 0.33% -
XYZ 2.59 2.33 8.5 -
YUV 38.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 17 41 83 0.80 0.51 0 0.67 218.18 0.66 0.2
Hex 11 29 53 50 33 0 43 DA 42 14
Octal 21 51 123 120 63 0 103 332 102 24
Binary 10001 101001 1010011 1010000 110011 0 1000011 11011010 1000010 10100

Color Harmonies of #112953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112953

Black with #112953

Text Example


Text Example

White with #112953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112953; }

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

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

background-color css

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

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

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

border-color css

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

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

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