Html Css Color HEX #112653 Sapphire

📋 copy color: '#112653'

red 17 ◦ green 38 ◦ blue 83

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

Shades of Sapphire #112653

Tints of Sapphire #112653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 12.32%
G = 27.54%
B = 60.14%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112653 (or 0x112653) is known color: Sapphire. HEX triplet: 11, 26 and 53. RGB value is (17,38,83). Sum of RGB (Red+Green+Blue) = 17+38+83=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #112653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112653 is #EED9AC. Grayscale: #242424. Windows color (decimal): -15653293 or 5449233. OLE color: 5449233.

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

Color convert

RGB 17 38 83 -
CMYK 0.80 0.54 0 0.67
HSL 220.91º 0.66% 0.2% -
HSV(B) 220.91º 0.8% 0.33% -
XYZ 2.49 2.13 8.46 -
YUV 36.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 17 38 83 0.80 0.54 0 0.67 220.91 0.66 0.2
Hex 11 26 53 50 36 0 43 DD 42 14
Octal 21 46 123 120 66 0 103 335 102 24
Binary 10001 100110 1010011 1010000 110110 0 1000011 11011101 1000010 10100

Color Harmonies of #112653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112653

Black with #112653

Text Example


Text Example

White with #112653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112653; }

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

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

background-color css

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

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

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

border-color css

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

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

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