#14313A

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

Shades of Nordic #14313A

Tints of Nordic #14313A

Color information

#14313A (or 0x14313A) is unknown color: approx Nordic. HEX triplet: 14, 31 and 3A. RGB value is (20,49,58). Sum of RGB (Red+Green+Blue) = 20+49+58=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #14313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14313A is #EBCEC5. Grayscale: #292929. Windows color (decimal): -15453894 or 3813652. OLE color: 3813652.

HSL color Cylindrical-coordinate representation of color #14313A: hue angle of 194.21º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14313A is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB204958-
CMYK0.660.1600.77
HSL194.21º48.72%15.29%-
HSV(B)194.21º65.52%22.75%-
XYZ2.152.654.4-
YUV41.36137.39112.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=15.75%
G=38.58%
B=45.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2049580.660.1600.77194.2148.7215.29
Hex14313A421004Dc231f
Octal2461721022001153026117
Binary1010011000111101010000101000001001101110000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,49,58); }

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

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

 a { background-color: rgb(20,49,58); }

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

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

 span { border-color: rgb(20,49,58); }

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