Html Css Color HEX #103175 Sapphire

📋 copy color: '#103175'

red 16 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #103175

Tints of Sapphire #103175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 8.79%
G = 26.92%
B = 64.29%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#103175 (or 0x103175) is known color: Sapphire. HEX triplet: 10, 31 and 75. RGB value is (16,49,117). Sum of RGB (Red+Green+Blue) = 16+49+117=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #103175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103175 is #EFCE8A. Grayscale: #2E2E2E. Windows color (decimal): -15715979 or 7680272. OLE color: 7680272.

HSL color Cylindrical-coordinate representation of color #103175: hue angle of 220.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103175 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 49 117 -
CMYK 0.86 0.58 0 0.54
HSL 220.4º 0.76% 0.26% -
HSV(B) 220.4º 0.86% 0.46% -
XYZ 4.52 3.59 17.28 -
YUV 46.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 16 49 117 0.86 0.58 0 0.54 220.4 0.76 0.26
Hex 10 31 75 56 3A 0 36 DC 4C 1A
Octal 20 61 165 126 72 0 66 334 114 32
Binary 10000 110001 1110101 1010110 111010 0 110110 11011100 1001100 11010

Color Harmonies of #103175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103175

Black with #103175

Text Example


Text Example

White with #103175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103175; }

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

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

background-color css

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

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

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

border-color css

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

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

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