Html Css Color HEX #14343C Nordic

📋 copy color: '#14343C'

red 20 ◦ green 52 ◦ blue 60

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

Shades of Nordic #14343C

Tints of Nordic #14343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 15.15%
G = 39.39%
B = 45.45%

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

#14343C (or 0x14343C) is known color: Nordic. HEX triplet: 14, 34 and 3C. RGB value is (20,52,60). Sum of RGB (Red+Green+Blue) = 20+52+60=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #14343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14343C is #EBCBC3. Grayscale: #2B2B2B. Windows color (decimal): -15453124 or 3945492. OLE color: 3945492.

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

Color convert

RGB 20 52 60 -
CMYK 0.67 0.13 0 0.76
HSL 192º 0.5% 0.16% -
HSV(B) 192º 0.67% 0.24% -
XYZ 2.33 2.93 4.72 -
YUV 43.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 20 52 60 0.67 0.13 0 0.76 192 0.5 0.16
Hex 14 34 3C 43 D 0 4C C0 32 10
Octal 24 64 74 103 15 0 114 300 62 20
Binary 10100 110100 111100 1000011 1101 0 1001100 11000000 110010 10000

Color Harmonies of #14343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14343C

Black with #14343C

Text Example


Text Example

White with #14343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14343C; }

 p { color: rgb(20,52,60); }

 H1.HeaderClassName
 {
   color: #14343C;
 }
 .AnyTagClassName
 {
   color: #14343C;
 }
</style>

background-color css

<style>
 a { background-color: #14343C; }

 a { background-color: rgb(20,52,60); }

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

border-color css

<style>
 span { border-color: #14343C; }

 span { border-color: rgb(20,52,60); }

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