Html Css Color HEX #14393D Nordic

📋 copy color: '#14393D'

red 20 ◦ green 57 ◦ blue 61

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

Shades of Nordic #14393D

Tints of Nordic #14393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.3%

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

R = 14.49%
G = 41.3%
B = 44.2%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14393D (or 0x14393D) is known color: Nordic. HEX triplet: 14, 39 and 3D. RGB value is (20,57,61). Sum of RGB (Red+Green+Blue) = 20+57+61=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #14393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14393D is #EBC6C2. Grayscale: #2E2E2E. Windows color (decimal): -15451843 or 4012308. OLE color: 4012308.

HSL color Cylindrical-coordinate representation of color #14393D: hue angle of 185.85º 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 #14393D is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 57 61 -
CMYK 0.67 0.07 0 0.76
HSL 185.85º 0.51% 0.16% -
HSV(B) 185.85º 0.67% 0.24% -
XYZ 2.59 3.41 4.94 -
YUV 46.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 20 57 61 0.67 0.07 0 0.76 185.85 0.51 0.16
Hex 14 39 3D 43 7 0 4C BA 33 10
Octal 24 71 75 103 7 0 114 272 63 20
Binary 10100 111001 111101 1000011 111 0 1001100 10111010 110011 10000

Color Harmonies of #14393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14393D

Black with #14393D

Text Example


Text Example

White with #14393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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