Html Css Color HEX #143438 Nordic

📋 copy color: '#143438'

red 20 ◦ green 52 ◦ blue 56

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

Shades of Nordic #143438

Tints of Nordic #143438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.75%

R = 15.63%
G = 40.63%
B = 43.75%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143438 (or 0x143438) is known color: Nordic. HEX triplet: 14, 34 and 38. RGB value is (20,52,56). Sum of RGB (Red+Green+Blue) = 20+52+56=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #143438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143438 is #EBCBC7. Grayscale: #2A2A2A. Windows color (decimal): -15453128 or 3683348. OLE color: 3683348.

HSL color Cylindrical-coordinate representation of color #143438: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143438 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 52 56 -
CMYK 0.64 0.07 0 0.78
HSL 186.67º 0.47% 0.15% -
HSV(B) 186.67º 0.64% 0.22% -
XYZ 2.23 2.89 4.18 -
YUV 42.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 20 52 56 0.64 0.07 0 0.78 186.67 0.47 0.15
Hex 14 34 38 40 7 0 4E BB 2F F
Octal 24 64 70 100 7 0 116 273 57 17
Binary 10100 110100 111000 1000000 111 0 1001110 10111011 101111 1111

Color Harmonies of #143438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143438

Black with #143438

Text Example


Text Example

White with #143438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143438; }

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

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

background-color css

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

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

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

border-color css

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

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

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