Html Css Color HEX #113263 Sapphire

📋 copy color: '#113263'

red 17 ◦ green 50 ◦ blue 99

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

Shades of Sapphire #113263

Tints of Sapphire #113263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.12%

 BLUE value IS 99 (39.06% from 255) = 59.64%

R = 10.24%
G = 30.12%
B = 59.64%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#113263 (or 0x113263) is known color: Sapphire. HEX triplet: 11, 32 and 63. RGB value is (17,50,99). Sum of RGB (Red+Green+Blue) = 17+50+99=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #113263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113263 is #EECD9C. Grayscale: #2D2D2D. Windows color (decimal): -15650205 or 6500881. OLE color: 6500881.

HSL color Cylindrical-coordinate representation of color #113263: hue angle of 215.85º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113263 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 50 99 -
CMYK 0.83 0.49 0 0.61
HSL 215.85º 0.71% 0.23% -
HSV(B) 215.85º 0.83% 0.39% -
XYZ 3.62 3.3 12.25 -
YUV 45.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 17 50 99 0.83 0.49 0 0.61 215.85 0.71 0.23
Hex 11 32 63 53 31 0 3D D8 47 17
Octal 21 62 143 123 61 0 75 330 107 27
Binary 10001 110010 1100011 1010011 110001 0 111101 11011000 1000111 10111

Color Harmonies of #113263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113263

Black with #113263

Text Example


Text Example

White with #113263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113263; }

 p { color: rgb(17,50,99); }

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

background-color css

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

 a { background-color: rgb(17,50,99); }

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

border-color css

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

 span { border-color: rgb(17,50,99); }

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