#142E33

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

Shades of Nordic #142E33

Tints of Nordic #142E33

Color information

#142E33 (or 0x142E33) is unknown color: approx Nordic. HEX triplet: 14, 2E and 33. RGB value is (20,46,51). Sum of RGB (Red+Green+Blue) = 20+46+51=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #142E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E33 is #EBD1CC. Grayscale: #262626. Windows color (decimal): -15454669 or 3354132. OLE color: 3354132.

HSL color Cylindrical-coordinate representation of color #142E33: hue angle of 189.68º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #142E33 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB204651-
CMYK0.610.1000.8
HSL189.68º43.66%13.92%-
HSV(B)189.68º60.78%20%-
XYZ1.862.343.49-
YUV38.8134.89114.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=17.09%
G=39.32%
B=43.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2046510.610.1000.8189.6843.6613.92
Hex142E333DA050be2ce
Octal245663751201202765416
Binary10100101110110011111101101001010000101111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E33; }

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

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

<style>
 a { background-color: #142E33; }

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

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

<style>
 span { border-color: #142E33; }

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

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