#14268A

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

Shades of Smalt #14268A

Tints of Smalt #14268A

Color information

#14268A (or 0x14268A) is unknown color: approx Smalt. HEX triplet: 14, 26 and 8A. RGB value is (20,38,138). Sum of RGB (Red+Green+Blue) = 20+38+138=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #14268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14268A is #EBD975. Grayscale: #2B2B2B. Windows color (decimal): -15456630 or 9053716. OLE color: 9053716.

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

Color convert

RGB2038138-
CMYK0.860.7200.46
HSL230.85º74.68%30.98%-
HSV(B)230.85º85.51%54.12%-
XYZ5.573.3724.4-
YUV44.02181.04110.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 138 (54.30% from 255) = 70.41%
R=10.20%
G=19.39%
B=70.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20381380.860.7200.46230.8574.6830.98
Hex14268A564802Ee74b1f
Octal244621212611005634711337
Binary101001001101000101010101101001000010111011100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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