Html Css Color HEX #14353D Nordic

📋 copy color: '#14353D'

red 20 ◦ green 53 ◦ blue 61

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

Shades of Nordic #14353D

Tints of Nordic #14353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.55%

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

R = 14.93%
G = 39.55%
B = 45.52%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14353D (or 0x14353D) is known color: Nordic. HEX triplet: 14, 35 and 3D. RGB value is (20,53,61). Sum of RGB (Red+Green+Blue) = 20+53+61=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #14353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14353D is #EBCAC2. Grayscale: #2B2B2B. Windows color (decimal): -15452867 or 4011284. OLE color: 4011284.

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

Color convert

RGB 20 53 61 -
CMYK 0.67 0.13 0 0.76
HSL 191.71º 0.51% 0.16% -
HSV(B) 191.71º 0.67% 0.24% -
XYZ 2.4 3.03 4.87 -
YUV 44.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 20 53 61 0.67 0.13 0 0.76 191.71 0.51 0.16
Hex 14 35 3D 43 D 0 4C C0 33 10
Octal 24 65 75 103 15 0 114 300 63 20
Binary 10100 110101 111101 1000011 1101 0 1001100 11000000 110011 10000

Color Harmonies of #14353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14353D

Black with #14353D

Text Example


Text Example

White with #14353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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