Html Css Color HEX #142E33 Nordic

📋 copy color: '#142E33'

red 20 ◦ green 46 ◦ blue 51

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

Shades of Nordic #142E33

Tints of Nordic #142E33

RGB

 RED value IS 20 (8.2% 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 value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#142E33 (or 0x142E33) is known color: 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

RGB 20 46 51 -
CMYK 0.61 0.10 0 0.8
HSL 189.68º 0.44% 0.14% -
HSV(B) 189.68º 0.61% 0.2% -
XYZ 1.86 2.34 3.49 -
YUV 38.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 20 46 51 0.61 0.10 0 0.8 189.68 0.44 0.14
Hex 14 2E 33 3D A 0 50 BE 2C E
Octal 24 56 63 75 12 0 120 276 54 16
Binary 10100 101110 110011 111101 1010 0 1010000 10111110 101100 1110

Color Harmonies of #142E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E33

Black with #142E33

Text Example


Text Example

White with #142E33

Text Example


Text Example

HTML Codes & Css Web 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>