#102C64

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

Shades of Sapphire #102C64

Tints of Sapphire #102C64

Color information

#102C64 (or 0x102C64) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 64. RGB value is (16,44,100). Sum of RGB (Red+Green+Blue) = 16+44+100=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #102C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C64 is #EFD39B. Grayscale: #292929. Windows color (decimal): -15717276 or 6564880. OLE color: 6564880.

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

Color convert

RGB1644100-
CMYK0.840.5600.61
HSL220º72.41%22.75%-
HSV(B)220º84%39.22%-
XYZ3.412.8312.42-
YUV42.01160.72109.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 100 (39.45% from 255) = 62.5%
R=10%
G=27.5%
B=62.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16441000.840.5600.6122072.4122.75
Hex102C64543803Ddc4817
Octal20541441247007533411027
Binary1000010110011001001010100111000011110111011100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102C64; }

 p { color: rgb(16,44,100); }

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

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

 a { background-color: rgb(16,44,100); }

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

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

 span { border-color: rgb(16,44,100); }

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