Html Css Color HEX #14373F Nordic

📋 copy color: '#14373F'

red 20 ◦ green 55 ◦ blue 63

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

Shades of Nordic #14373F

Tints of Nordic #14373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 14.49%
G = 39.86%
B = 45.65%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14373F (or 0x14373F) is known color: Nordic. HEX triplet: 14, 37 and 3F. RGB value is (20,55,63). Sum of RGB (Red+Green+Blue) = 20+55+63=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #14373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14373F is #EBC8C0. Grayscale: #2D2D2D. Windows color (decimal): -15452353 or 4142868. OLE color: 4142868.

HSL color Cylindrical-coordinate representation of color #14373F: hue angle of 191.16º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14373F is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 55 63 -
CMYK 0.68 0.13 0 0.75
HSL 191.16º 0.52% 0.16% -
HSV(B) 191.16º 0.68% 0.25% -
XYZ 2.55 3.24 5.19 -
YUV 45.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 20 55 63 0.68 0.13 0 0.75 191.16 0.52 0.16
Hex 14 37 3F 44 D 0 4B BF 34 10
Octal 24 67 77 104 15 0 113 277 64 20
Binary 10100 110111 111111 1000100 1101 0 1001011 10111111 110100 10000

Color Harmonies of #14373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14373F

Black with #14373F

Text Example


Text Example

White with #14373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14373F; }

 p { color: rgb(20,55,63); }

 H1.HeaderClassName
 {
   color: #14373F;
 }
 .AnyTagClassName
 {
   color: #14373F;
 }
</style>

background-color css

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

 a { background-color: rgb(20,55,63); }

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

border-color css

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

 span { border-color: rgb(20,55,63); }

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