#102C68

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

Shades of Sapphire #102C68

Tints of Sapphire #102C68

Color information

#102C68 (or 0x102C68) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 68. RGB value is (16,44,104). Sum of RGB (Red+Green+Blue) = 16+44+104=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #102C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C68 is #EFD397. Grayscale: #2A2A2A. Windows color (decimal): -15717272 or 6827024. OLE color: 6827024.

HSL color Cylindrical-coordinate representation of color #102C68: hue angle of 220.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102C68 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1644104-
CMYK0.850.5800.59
HSL220.91º73.33%23.53%-
HSV(B)220.91º84.62%40.78%-
XYZ3.612.9113.47-
YUV42.47162.72109.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=9.76%
G=26.83%
B=63.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16441040.850.5800.59220.9173.3323.53
Hex102C68553A03Bdd4918
Octal20541501257207333511130
Binary1000010110011010001010101111010011101111011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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