Html Css Color HEX #143D48 Nordic

📋 copy color: '#143D48'

red 20 ◦ green 61 ◦ blue 72

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

Shades of Nordic #143D48

Tints of Nordic #143D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.87%

 BLUE value IS 72 (28.52% from 255) = 47.06%

R = 13.07%
G = 39.87%
B = 47.06%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143D48 (or 0x143D48) is known color: Nordic. HEX triplet: 14, 3D and 48. RGB value is (20,61,72). Sum of RGB (Red+Green+Blue) = 20+61+72=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #143D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D48 is #EBC2B7. Grayscale: #313131. Windows color (decimal): -15450808 or 4734228. OLE color: 4734228.

HSL color Cylindrical-coordinate representation of color #143D48: hue angle of 192.69º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143D48 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 61 72 -
CMYK 0.72 0.15 0 0.72
HSL 192.69º 0.57% 0.18% -
HSV(B) 192.69º 0.72% 0.28% -
XYZ 3.13 3.95 6.73 -
YUV 50 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 20 61 72 0.72 0.15 0 0.72 192.69 0.57 0.18
Hex 14 3D 48 48 F 0 48 C1 39 12
Octal 24 75 110 110 17 0 110 301 71 22
Binary 10100 111101 1001000 1001000 1111 0 1001000 11000001 111001 10010

Color Harmonies of #143D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D48

Black with #143D48

Text Example


Text Example

White with #143D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D48; }

 p { color: rgb(20,61,72); }

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

background-color css

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

 a { background-color: rgb(20,61,72); }

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

border-color css

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

 span { border-color: rgb(20,61,72); }

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