Html Css Color HEX #14363F Nordic

📋 copy color: '#14363F'

red 20 ◦ green 54 ◦ blue 63

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

Shades of Nordic #14363F

Tints of Nordic #14363F

RGB

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

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

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

R = 14.6%
G = 39.42%
B = 45.99%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14363F (or 0x14363F) is known color: Nordic. HEX triplet: 14, 36 and 3F. RGB value is (20,54,63). Sum of RGB (Red+Green+Blue) = 20+54+63=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #14363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14363F is #EBC9C0. Grayscale: #2C2C2C. Windows color (decimal): -15452609 or 4142612. OLE color: 4142612.

HSL color Cylindrical-coordinate representation of color #14363F: hue angle of 192.56º 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 #14363F is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 54 63 -
CMYK 0.68 0.14 0 0.75
HSL 192.56º 0.52% 0.16% -
HSV(B) 192.56º 0.68% 0.25% -
XYZ 2.5 3.15 5.18 -
YUV 44.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 20 54 63 0.68 0.14 0 0.75 192.56 0.52 0.16
Hex 14 36 3F 44 E 0 4B C1 34 10
Octal 24 66 77 104 16 0 113 301 64 20
Binary 10100 110110 111111 1000100 1110 0 1001011 11000001 110100 10000

Color Harmonies of #14363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14363F

Black with #14363F

Text Example


Text Example

White with #14363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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