#10268A

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

Shades of Smalt #10268A

Tints of Smalt #10268A

Color information

#10268A (or 0x10268A) is unknown color: approx Smalt. HEX triplet: 10, 26 and 8A. RGB value is (16,38,138). Sum of RGB (Red+Green+Blue) = 16+38+138=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #10268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10268A is #EFD975. Grayscale: #2A2A2A. Windows color (decimal): -15718774 or 9053712. OLE color: 9053712.

HSL color Cylindrical-coordinate representation of color #10268A: hue angle of 229.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10268A is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1638138-
CMYK0.880.7200.46
HSL229.18º79.22%30.2%-
HSV(B)229.18º88.41%54.12%-
XYZ5.493.3324.4-
YUV42.82181.71108.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 138 (54.30% from 255) = 71.88%
R=8.33%
G=19.79%
B=71.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16381380.880.7200.46229.1879.2230.2
Hex10268A584802Ee54f1e
Octal204621213011005634511736
Binary100001001101000101010110001001000010111011100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10268A; }

 p { color: rgb(16,38,138); }

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

<style>
 a { background-color: #10268A; }

 a { background-color: rgb(16,38,138); }

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

<style>
 span { border-color: #10268A; }

 span { border-color: rgb(16,38,138); }

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