Html Css Color HEX #113077 Sapphire

📋 copy color: '#113077'

red 17 ◦ green 48 ◦ blue 119

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

Shades of Sapphire #113077

Tints of Sapphire #113077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 9.24%
G = 26.09%
B = 64.67%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113077 (or 0x113077) is known color: Sapphire. HEX triplet: 11, 30 and 77. RGB value is (17,48,119). Sum of RGB (Red+Green+Blue) = 17+48+119=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #113077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113077 is #EECF88. Grayscale: #2E2E2E. Windows color (decimal): -15650697 or 7811089. OLE color: 7811089.

HSL color Cylindrical-coordinate representation of color #113077: hue angle of 221.76º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113077 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 48 119 -
CMYK 0.86 0.60 0 0.53
HSL 221.76º 0.75% 0.27% -
HSV(B) 221.76º 0.86% 0.47% -
XYZ 4.62 3.56 17.9 -
YUV 46.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 17 48 119 0.86 0.60 0 0.53 221.76 0.75 0.27
Hex 11 30 77 56 3C 0 35 DE 4B 1B
Octal 21 60 167 126 74 0 65 336 113 33
Binary 10001 110000 1110111 1010110 111100 0 110101 11011110 1001011 11011

Color Harmonies of #113077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113077

Black with #113077

Text Example


Text Example

White with #113077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113077; }

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

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

background-color css

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

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

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

border-color css

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

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

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