#102C85

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

Shades of Smalt #102C85

Tints of Smalt #102C85

Color information

#102C85 (or 0x102C85) is unknown color: approx Smalt. HEX triplet: 10, 2C and 85. RGB value is (16,44,133). Sum of RGB (Red+Green+Blue) = 16+44+133=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #102C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102C85 is #EFD37A. Grayscale: #2D2D2D. Windows color (decimal): -15717243 or 8727568. OLE color: 8727568.

HSL color Cylindrical-coordinate representation of color #102C85: hue angle of 225.64º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102C85 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1644133-
CMYK0.880.6700.48
HSL225.64º78.52%29.22%-
HSV(B)225.64º87.97%52.16%-
XYZ5.353.622.6-
YUV45.77177.22106.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 133 (52.34% from 255) = 68.91%
R=8.29%
G=22.80%
B=68.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16441330.880.6700.48225.6478.5229.22
Hex102C855843030e24f1d
Octal205420513010306034211735
Binary100001011001000010110110001000011011000011100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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