Html Css Color HEX #14333A Nordic

📋 copy color: '#14333A'

red 20 ◦ green 51 ◦ blue 58

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

Shades of Nordic #14333A

Tints of Nordic #14333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

 BLUE value IS 58 (23.05% from 255) = 44.96%

R = 15.5%
G = 39.53%
B = 44.96%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14333A (or 0x14333A) is known color: Nordic. HEX triplet: 14, 33 and 3A. RGB value is (20,51,58). Sum of RGB (Red+Green+Blue) = 20+51+58=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #14333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14333A is #EBCCC5. Grayscale: #2A2A2A. Windows color (decimal): -15453382 or 3814164. OLE color: 3814164.

HSL color Cylindrical-coordinate representation of color #14333A: hue angle of 191.05º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14333A is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 51 58 -
CMYK 0.66 0.12 0 0.77
HSL 191.05º 0.49% 0.15% -
HSV(B) 191.05º 0.66% 0.23% -
XYZ 2.24 2.82 4.43 -
YUV 42.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 20 51 58 0.66 0.12 0 0.77 191.05 0.49 0.15
Hex 14 33 3A 42 C 0 4D BF 31 F
Octal 24 63 72 102 14 0 115 277 61 17
Binary 10100 110011 111010 1000010 1100 0 1001101 10111111 110001 1111

Color Harmonies of #14333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14333A

Black with #14333A

Text Example


Text Example

White with #14333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14333A; }

 p { color: rgb(20,51,58); }

 H1.HeaderClassName
 {
   color: #14333A;
 }
 .AnyTagClassName
 {
   color: #14333A;
 }
</style>

background-color css

<style>
 a { background-color: #14333A; }

 a { background-color: rgb(20,51,58); }

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

border-color css

<style>
 span { border-color: #14333A; }

 span { border-color: rgb(20,51,58); }

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