Html Css Color HEX #103063 Sapphire

📋 copy color: '#103063'

red 16 ◦ green 48 ◦ blue 99

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

Shades of Sapphire #103063

Tints of Sapphire #103063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 60.74%

R = 9.82%
G = 29.45%
B = 60.74%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#103063 (or 0x103063) is known color: Sapphire. HEX triplet: 10, 30 and 63. RGB value is (16,48,99). Sum of RGB (Red+Green+Blue) = 16+48+99=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #103063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103063 is #EFCF9C. Grayscale: #2C2C2C. Windows color (decimal): -15716253 or 6500368. OLE color: 6500368.

HSL color Cylindrical-coordinate representation of color #103063: hue angle of 216.87º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103063 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 48 99 -
CMYK 0.84 0.52 0 0.61
HSL 216.87º 0.72% 0.23% -
HSV(B) 216.87º 0.84% 0.39% -
XYZ 3.52 3.12 12.22 -
YUV 44.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 16 48 99 0.84 0.52 0 0.61 216.87 0.72 0.23
Hex 10 30 63 54 34 0 3D D9 48 17
Octal 20 60 143 124 64 0 75 331 110 27
Binary 10000 110000 1100011 1010100 110100 0 111101 11011001 1001000 10111

Color Harmonies of #103063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103063

Black with #103063

Text Example


Text Example

White with #103063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103063; }

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

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

background-color css

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

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

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

border-color css

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

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

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