#102D85

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

Shades of Smalt #102D85

Tints of Smalt #102D85

Color information

#102D85 (or 0x102D85) is unknown color: approx Smalt. HEX triplet: 10, 2D and 85. RGB value is (16,45,133). Sum of RGB (Red+Green+Blue) = 16+45+133=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #102D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102D85 is #EFD27A. Grayscale: #2D2D2D. Windows color (decimal): -15716987 or 8727824. OLE color: 8727824.

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

Color convert

RGB1645133-
CMYK0.880.6600.48
HSL225.13º78.52%29.22%-
HSV(B)225.13º87.97%52.16%-
XYZ5.393.6822.62-
YUV46.36176.89106.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 133 (52.34% from 255) = 68.56%
R=8.25%
G=23.20%
B=68.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16451330.880.6600.48225.1378.5229.22
Hex102D855842030e14f1d
Octal205520513010206034111735
Binary100001011011000010110110001000010011000011100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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