Html Css Color HEX #103271 Sapphire

📋 copy color: '#103271'

red 16 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #103271

Tints of Sapphire #103271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

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

R = 8.94%
G = 27.93%
B = 63.13%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#103271 (or 0x103271) is known color: Sapphire. HEX triplet: 10, 32 and 71. RGB value is (16,50,113). Sum of RGB (Red+Green+Blue) = 16+50+113=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #103271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103271 is #EFCD8E. Grayscale: #2E2E2E. Windows color (decimal): -15715727 or 7418384. OLE color: 7418384.

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

Color convert

RGB 16 50 113 -
CMYK 0.86 0.56 0 0.56
HSL 218.97º 0.75% 0.25% -
HSV(B) 218.97º 0.86% 0.44% -
XYZ 4.33 3.58 16.09 -
YUV 47.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 16 50 113 0.86 0.56 0 0.56 218.97 0.75 0.25
Hex 10 32 71 56 38 0 38 DB 4B 19
Octal 20 62 161 126 70 0 70 333 113 31
Binary 10000 110010 1110001 1010110 111000 0 111000 11011011 1001011 11001

Color Harmonies of #103271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103271

Black with #103271

Text Example


Text Example

White with #103271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103271; }

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

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

background-color css

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

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

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

border-color css

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

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

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