Html Css Color HEX #113066 Sapphire

📋 copy color: '#113066'

red 17 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #113066

Tints of Sapphire #113066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 102 (40.23% from 255) = 61.08%

R = 10.18%
G = 28.74%
B = 61.08%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#113066 (or 0x113066) is known color: Sapphire. HEX triplet: 11, 30 and 66. RGB value is (17,48,102). Sum of RGB (Red+Green+Blue) = 17+48+102=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #113066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113066 is #EECF99. Grayscale: #2C2C2C. Windows color (decimal): -15650714 or 6696977. OLE color: 6696977.

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

Color convert

RGB 17 48 102 -
CMYK 0.83 0.53 0 0.6
HSL 218.12º 0.71% 0.23% -
HSV(B) 218.12º 0.83% 0.4% -
XYZ 3.69 3.19 12.99 -
YUV 44.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 17 48 102 0.83 0.53 0 0.6 218.12 0.71 0.23
Hex 11 30 66 53 35 0 3C DA 47 17
Octal 21 60 146 123 65 0 74 332 107 27
Binary 10001 110000 1100110 1010011 110101 0 111100 11011010 1000111 10111

Color Harmonies of #113066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113066

Black with #113066

Text Example


Text Example

White with #113066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113066; }

 p { color: rgb(17,48,102); }

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

background-color css

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

 a { background-color: rgb(17,48,102); }

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

border-color css

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

 span { border-color: rgb(17,48,102); }

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