Html Css Color HEX #142D33 Nordic

📋 copy color: '#142D33'

red 20 ◦ green 45 ◦ blue 51

#142D33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #142D33

Tints of Nordic #142D33

RGB

 RED value IS 20 (8.2% from 255) = 17.24%

 GREEN value IS 45 (17.97% from 255) = 38.79%

 BLUE value IS 51 (20.31% from 255) = 43.97%

R = 17.24%
G = 38.79%
B = 43.97%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#142D33 (or 0x142D33) is known color: Nordic. HEX triplet: 14, 2D and 33. RGB value is (20,45,51). Sum of RGB (Red+Green+Blue) = 20+45+51=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #142D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D33 is #EBD2CC. Grayscale: #262626. Windows color (decimal): -15454925 or 3353876. OLE color: 3353876.

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

Color convert

RGB 20 45 51 -
CMYK 0.61 0.12 0 0.8
HSL 191.61º 0.44% 0.14% -
HSV(B) 191.61º 0.61% 0.2% -
XYZ 1.82 2.26 3.47 -
YUV 38.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 20 45 51 0.61 0.12 0 0.8 191.61 0.44 0.14
Hex 14 2D 33 3D C 0 50 C0 2C E
Octal 24 55 63 75 14 0 120 300 54 16
Binary 10100 101101 110011 111101 1100 0 1010000 11000000 101100 1110

Color Harmonies of #142D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D33

Black with #142D33

Text Example


Text Example

White with #142D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #142D33;
 }
 .AnyTagClassName
 {
   color: #142D33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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