Html Css Color HEX #113262 Sapphire

📋 copy color: '#113262'

red 17 ◦ green 50 ◦ blue 98

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

Shades of Sapphire #113262

Tints of Sapphire #113262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.39%

R = 10.3%
G = 30.3%
B = 59.39%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113262 (or 0x113262) is known color: Sapphire. HEX triplet: 11, 32 and 62. RGB value is (17,50,98). Sum of RGB (Red+Green+Blue) = 17+50+98=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #113262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113262 is #EECD9D. Grayscale: #2D2D2D. Windows color (decimal): -15650206 or 6435345. OLE color: 6435345.

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

Color convert

RGB 17 50 98 -
CMYK 0.83 0.49 0 0.62
HSL 215.56º 0.7% 0.23% -
HSV(B) 215.56º 0.83% 0.38% -
XYZ 3.58 3.28 12 -
YUV 45.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 17 50 98 0.83 0.49 0 0.62 215.56 0.7 0.23
Hex 11 32 62 53 31 0 3E D8 46 17
Octal 21 62 142 123 61 0 76 330 106 27
Binary 10001 110010 1100010 1010011 110001 0 111110 11011000 1000110 10111

Color Harmonies of #113262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113262

Black with #113262

Text Example


Text Example

White with #113262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113262; }

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

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

background-color css

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

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

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

border-color css

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

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

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