Html Css Color HEX #14353E Nordic

📋 copy color: '#14353E'

red 20 ◦ green 53 ◦ blue 62

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

Shades of Nordic #14353E

Tints of Nordic #14353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 14.81%
G = 39.26%
B = 45.93%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14353E (or 0x14353E) is known color: Nordic. HEX triplet: 14, 35 and 3E. RGB value is (20,53,62). Sum of RGB (Red+Green+Blue) = 20+53+62=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #14353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14353E is #EBCAC1. Grayscale: #2C2C2C. Windows color (decimal): -15452866 or 4076820. OLE color: 4076820.

HSL color Cylindrical-coordinate representation of color #14353E: hue angle of 192.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14353E is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 53 62 -
CMYK 0.68 0.15 0 0.76
HSL 192.86º 0.51% 0.16% -
HSV(B) 192.86º 0.68% 0.24% -
XYZ 2.43 3.04 5.02 -
YUV 44.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 20 53 62 0.68 0.15 0 0.76 192.86 0.51 0.16
Hex 14 35 3E 44 F 0 4C C1 33 10
Octal 24 65 76 104 17 0 114 301 63 20
Binary 10100 110101 111110 1000100 1111 0 1001100 11000001 110011 10000

Color Harmonies of #14353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14353E

Black with #14353E

Text Example


Text Example

White with #14353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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