Html Css Color HEX #103071 Sapphire

📋 copy color: '#103071'

red 16 ◦ green 48 ◦ blue 113

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

Shades of Sapphire #103071

Tints of Sapphire #103071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 9.04%
G = 27.12%
B = 63.84%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#103071 (or 0x103071) is known color: Sapphire. HEX triplet: 10, 30 and 71. RGB value is (16,48,113). Sum of RGB (Red+Green+Blue) = 16+48+113=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #103071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103071 is #EFCF8E. Grayscale: #2D2D2D. Windows color (decimal): -15716239 or 7417872. OLE color: 7417872.

HSL color Cylindrical-coordinate representation of color #103071: hue angle of 220.21º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103071 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 48 113 -
CMYK 0.86 0.58 0 0.56
HSL 220.21º 0.75% 0.25% -
HSV(B) 220.21º 0.86% 0.44% -
XYZ 4.25 3.42 16.06 -
YUV 45.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 16 48 113 0.86 0.58 0 0.56 220.21 0.75 0.25
Hex 10 30 71 56 3A 0 38 DC 4B 19
Octal 20 60 161 126 72 0 70 334 113 31
Binary 10000 110000 1110001 1010110 111010 0 111000 11011100 1001011 11001

Color Harmonies of #103071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103071

Black with #103071

Text Example


Text Example

White with #103071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103071; }

 p { color: rgb(16,48,113); }

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

background-color css

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

 a { background-color: rgb(16,48,113); }

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

border-color css

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

 span { border-color: rgb(16,48,113); }

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