#103067

Color #103067 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #103067

Tints of Sapphire #103067

Color information

#103067 (or 0x103067) is unknown color: approx Sapphire. HEX triplet: 10, 30 and 67. RGB value is (16,48,103). Sum of RGB (Red+Green+Blue) = 16+48+103=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #103067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103067 is #EFCF98. Grayscale: #2C2C2C. Windows color (decimal): -15716249 or 6762512. OLE color: 6762512.

HSL color Cylindrical-coordinate representation of color #103067: hue angle of 217.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103067 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1648103-
CMYK0.840.5300.60
HSL217.93º73.11%23.33%-
HSV(B)217.93º84.47%40.39%-
XYZ3.723.213.25-
YUV44.7160.9107.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 103 (40.62% from 255) = 61.68%
R=9.58%
G=28.74%
B=61.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16481030.840.5300.60217.9373.1123.33
Hex103067543503Cda4917
Octal20601471246507433211127
Binary1000011000011001111010100110101011110011011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103067; }

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

 H1.HeaderClassName
 {
   color: #103067;
 }
 .AnyTagClassName
 {
   color: #103067;
 }
</style>
background-color css

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

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

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

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

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

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