#14333A

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

Shades of Nordic #14333A

Tints of Nordic #14333A

Color information

#14333A (or 0x14333A) is unknown color: approx Nordic. HEX triplet: 14, 33 and 3A. RGB value is (20,51,58). Sum of RGB (Red+Green+Blue) = 20+51+58=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #14333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14333A is #EBCCC5. Grayscale: #2A2A2A. Windows color (decimal): -15453382 or 3814164. OLE color: 3814164.

HSL color Cylindrical-coordinate representation of color #14333A: hue angle of 191.05º 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 #14333A is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB205158-
CMYK0.660.1200.77
HSL191.05º48.72%15.29%-
HSV(B)191.05º65.52%22.75%-
XYZ2.242.824.43-
YUV42.53136.73111.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=15.50%
G=39.53%
B=44.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2051580.660.1200.77191.0548.7215.29
Hex14333A42C04Dbf31f
Octal2463721021401152776117
Binary101001100111110101000010110001001101101111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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