#10268B

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

Shades of Smalt #10268B

Tints of Smalt #10268B

Color information

#10268B (or 0x10268B) is unknown color: approx Smalt. HEX triplet: 10, 26 and 8B. RGB value is (16,38,139). Sum of RGB (Red+Green+Blue) = 16+38+139=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #10268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10268B is #EFD974. Grayscale: #2A2A2A. Windows color (decimal): -15718773 or 9119248. OLE color: 9119248.

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

Color convert

RGB1638139-
CMYK0.880.7300.45
HSL229.27º79.35%30.39%-
HSV(B)229.27º88.49%54.51%-
XYZ5.573.3624.78-
YUV42.94182.21108.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 139 (54.69% from 255) = 72.02%
R=8.29%
G=19.69%
B=72.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16381390.880.7300.45229.2779.3530.39
Hex10268B584902De54f1e
Octal204621313011105534511736
Binary100001001101000101110110001001001010110111100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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