Html Css Color HEX #142F33 Nordic

📋 copy color: '#142F33'

red 20 ◦ green 47 ◦ blue 51

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

Shades of Nordic #142F33

Tints of Nordic #142F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.83%

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

R = 16.95%
G = 39.83%
B = 43.22%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#142F33 (or 0x142F33) is known color: Nordic. HEX triplet: 14, 2F and 33. RGB value is (20,47,51). Sum of RGB (Red+Green+Blue) = 20+47+51=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #142F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F33 is #EBD0CC. Grayscale: #272727. Windows color (decimal): -15454413 or 3354388. OLE color: 3354388.

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

Color convert

RGB 20 47 51 -
CMYK 0.61 0.08 0 0.8
HSL 187.74º 0.44% 0.14% -
HSV(B) 187.74º 0.61% 0.2% -
XYZ 1.9 2.42 3.5 -
YUV 39.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 20 47 51 0.61 0.08 0 0.8 187.74 0.44 0.14
Hex 14 2F 33 3D 8 0 50 BC 2C E
Octal 24 57 63 75 10 0 120 274 54 16
Binary 10100 101111 110011 111101 1000 0 1010000 10111100 101100 1110

Color Harmonies of #142F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F33

Black with #142F33

Text Example


Text Example

White with #142F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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