Html Css Color HEX #112453 Sapphire

📋 copy color: '#112453'

red 17 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #112453

Tints of Sapphire #112453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

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

R = 12.5%
G = 26.47%
B = 61.03%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112453 (or 0x112453) is known color: Sapphire. HEX triplet: 11, 24 and 53. RGB value is (17,36,83). Sum of RGB (Red+Green+Blue) = 17+36+83=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #112453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112453 is #EEDBAC. Grayscale: #232323. Windows color (decimal): -15653805 or 5448721. OLE color: 5448721.

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

Color convert

RGB 17 36 83 -
CMYK 0.80 0.57 0 0.67
HSL 222.73º 0.66% 0.2% -
HSV(B) 222.73º 0.8% 0.33% -
XYZ 2.42 2.01 8.44 -
YUV 35.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 17 36 83 0.80 0.57 0 0.67 222.73 0.66 0.2
Hex 11 24 53 50 39 0 43 DF 42 14
Octal 21 44 123 120 71 0 103 337 102 24
Binary 10001 100100 1010011 1010000 111001 0 1000011 11011111 1000010 10100

Color Harmonies of #112453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112453

Black with #112453

Text Example


Text Example

White with #112453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112453; }

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

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

background-color css

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

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

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

border-color css

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

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

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