Html Css Color HEX #103177 Sapphire

📋 copy color: '#103177'

red 16 ◦ green 49 ◦ blue 119

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

Shades of Sapphire #103177

Tints of Sapphire #103177

RGB

 RED value IS 16 (6.64% from 255) = 8.7%

 GREEN value IS 49 (19.53% from 255) = 26.63%

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

R = 8.7%
G = 26.63%
B = 64.67%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#103177 (or 0x103177) is known color: Sapphire. HEX triplet: 10, 31 and 77. RGB value is (16,49,119). Sum of RGB (Red+Green+Blue) = 16+49+119=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 49 (19.53% from 255 or 26.63% 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 #103177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103177 is #EFCE88. Grayscale: #2E2E2E. Windows color (decimal): -15715977 or 7811344. OLE color: 7811344.

HSL color Cylindrical-coordinate representation of color #103177: hue angle of 220.78º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103177 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 49 119 -
CMYK 0.87 0.59 0 0.53
HSL 220.78º 0.76% 0.26% -
HSV(B) 220.78º 0.87% 0.47% -
XYZ 4.64 3.64 17.91 -
YUV 47.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 16 49 119 0.87 0.59 0 0.53 220.78 0.76 0.26
Hex 10 31 77 57 3B 0 35 DD 4C 1A
Octal 20 61 167 127 73 0 65 335 114 32
Binary 10000 110001 1110111 1010111 111011 0 110101 11011101 1001100 11010

Color Harmonies of #103177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103177

Black with #103177

Text Example


Text Example

White with #103177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103177; }

 p { color: rgb(16,49,119); }

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

background-color css

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

 a { background-color: rgb(16,49,119); }

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

border-color css

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

 span { border-color: rgb(16,49,119); }

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