#102E85

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

Shades of Smalt #102E85

Tints of Smalt #102E85

Color information

#102E85 (or 0x102E85) is unknown color: approx Smalt. HEX triplet: 10, 2E and 85. RGB value is (16,46,133). Sum of RGB (Red+Green+Blue) = 16+46+133=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #102E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102E85 is #EFD17A. Grayscale: #2E2E2E. Windows color (decimal): -15716731 or 8728080. OLE color: 8728080.

HSL color Cylindrical-coordinate representation of color #102E85: hue angle of 224.62º 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 #102E85 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1646133-
CMYK0.880.6500.48
HSL224.62º78.52%29.22%-
HSV(B)224.62º87.97%52.16%-
XYZ5.423.7622.63-
YUV46.95176.56105.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 133 (52.34% from 255) = 68.21%
R=8.21%
G=23.59%
B=68.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16461330.880.6500.48224.6278.5229.22
Hex102E855841030e14f1d
Octal205620513010106034111735
Binary100001011101000010110110001000001011000011100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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