#143233

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

Shades of Nordic #143233

Tints of Nordic #143233

Color information

#143233 (or 0x143233) is unknown color: approx Nordic. HEX triplet: 14, 32 and 33. RGB value is (20,50,51). Sum of RGB (Red+Green+Blue) = 20+50+51=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: blue. Hex color #143233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143233 is #EBCDCC. Grayscale: #292929. Windows color (decimal): -15453645 or 3355156. OLE color: 3355156.

HSL color Cylindrical-coordinate representation of color #143233: hue angle of 181.94º 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 #143233 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB205051-
CMYK0.610.0200.8
HSL181.94º43.66%13.92%-
HSV(B)181.94º60.78%20%-
XYZ2.032.673.54-
YUV41.14133.56112.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=16.53%
G=41.32%
B=42.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2050510.610.0200.8181.9443.6613.92
Hex1432333D2050b62ce
Octal24626375201202665416
Binary101001100101100111111011001010000101101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143233; }

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

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

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

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

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

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

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

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