Html Css Color HEX #103575 Sapphire

📋 copy color: '#103575'

red 16 ◦ green 53 ◦ blue 117

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

Shades of Sapphire #103575

Tints of Sapphire #103575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.49%

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

R = 8.6%
G = 28.49%
B = 62.9%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#103575 (or 0x103575) is known color: Sapphire. HEX triplet: 10, 35 and 75. RGB value is (16,53,117). Sum of RGB (Red+Green+Blue) = 16+53+117=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #103575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103575 is #EFCA8A. Grayscale: #303030. Windows color (decimal): -15714955 or 7681296. OLE color: 7681296.

HSL color Cylindrical-coordinate representation of color #103575: hue angle of 218.02º 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 #103575 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 53 117 -
CMYK 0.86 0.55 0 0.54
HSL 218.02º 0.76% 0.26% -
HSV(B) 218.02º 0.86% 0.46% -
XYZ 4.7 3.94 17.34 -
YUV 49.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 16 53 117 0.86 0.55 0 0.54 218.02 0.76 0.26
Hex 10 35 75 56 37 0 36 DA 4C 1A
Octal 20 65 165 126 67 0 66 332 114 32
Binary 10000 110101 1110101 1010110 110111 0 110110 11011010 1001100 11010

Color Harmonies of #103575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103575

Black with #103575

Text Example


Text Example

White with #103575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103575; }

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

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

background-color css

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

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

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

border-color css

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

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

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