Html Css Color HEX #143039 Nordic

📋 copy color: '#143039'

red 20 ◦ green 48 ◦ blue 57

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

Shades of Nordic #143039

Tints of Nordic #143039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.4%

 BLUE value IS 57 (22.66% from 255) = 45.6%

R = 16%
G = 38.4%
B = 45.6%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143039 (or 0x143039) is known color: Nordic. HEX triplet: 14, 30 and 39. RGB value is (20,48,57). Sum of RGB (Red+Green+Blue) = 20+48+57=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #143039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143039 is #EBCFC6. Grayscale: #282828. Windows color (decimal): -15454151 or 3747860. OLE color: 3747860.

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

Color convert

RGB 20 48 57 -
CMYK 0.65 0.16 0 0.78
HSL 194.59º 0.48% 0.15% -
HSV(B) 194.59º 0.65% 0.22% -
XYZ 2.08 2.56 4.25 -
YUV 40.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 20 48 57 0.65 0.16 0 0.78 194.59 0.48 0.15
Hex 14 30 39 41 10 0 4E C3 30 F
Octal 24 60 71 101 20 0 116 303 60 17
Binary 10100 110000 111001 1000001 10000 0 1001110 11000011 110000 1111

Color Harmonies of #143039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143039

Black with #143039

Text Example


Text Example

White with #143039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143039; }

 p { color: rgb(20,48,57); }

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

background-color css

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

 a { background-color: rgb(20,48,57); }

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

border-color css

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

 span { border-color: rgb(20,48,57); }

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