Html Css Color HEX #14363D Nordic

📋 copy color: '#14363D'

red 20 ◦ green 54 ◦ blue 61

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

Shades of Nordic #14363D

Tints of Nordic #14363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 14.81%
G = 40%
B = 45.19%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14363D (or 0x14363D) is known color: Nordic. HEX triplet: 14, 36 and 3D. RGB value is (20,54,61). Sum of RGB (Red+Green+Blue) = 20+54+61=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #14363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14363D is #EBC9C2. Grayscale: #2C2C2C. Windows color (decimal): -15452611 or 4011540. OLE color: 4011540.

HSL color Cylindrical-coordinate representation of color #14363D: hue angle of 190.24º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14363D is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 54 61 -
CMYK 0.67 0.11 0 0.76
HSL 190.24º 0.51% 0.16% -
HSV(B) 190.24º 0.67% 0.24% -
XYZ 2.45 3.12 4.89 -
YUV 44.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 20 54 61 0.67 0.11 0 0.76 190.24 0.51 0.16
Hex 14 36 3D 43 B 0 4C BE 33 10
Octal 24 66 75 103 13 0 114 276 63 20
Binary 10100 110110 111101 1000011 1011 0 1001100 10111110 110011 10000

Color Harmonies of #14363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14363D

Black with #14363D

Text Example


Text Example

White with #14363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14363D; }

 p { color: rgb(20,54,61); }

 H1.HeaderClassName
 {
   color: #14363D;
 }
 .AnyTagClassName
 {
   color: #14363D;
 }
</style>

background-color css

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

 a { background-color: rgb(20,54,61); }

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

border-color css

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

 span { border-color: rgb(20,54,61); }

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