Html Css Color HEX #143038 Nordic

📋 copy color: '#143038'

red 20 ◦ green 48 ◦ blue 56

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

Shades of Nordic #143038

Tints of Nordic #143038

RGB

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

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

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

R = 16.13%
G = 38.71%
B = 45.16%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143038 (or 0x143038) is known color: Nordic. HEX triplet: 14, 30 and 38. RGB value is (20,48,56). Sum of RGB (Red+Green+Blue) = 20+48+56=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #143038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143038 is #EBCFC7. Grayscale: #282828. Windows color (decimal): -15454152 or 3682324. OLE color: 3682324.

HSL color Cylindrical-coordinate representation of color #143038: hue angle of 193.33º 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 #143038 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 48 56 -
CMYK 0.64 0.14 0 0.78
HSL 193.33º 0.47% 0.15% -
HSV(B) 193.33º 0.64% 0.22% -
XYZ 2.06 2.55 4.12 -
YUV 40.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 20 48 56 0.64 0.14 0 0.78 193.33 0.47 0.15
Hex 14 30 38 40 E 0 4E C1 2F F
Octal 24 60 70 100 16 0 116 301 57 17
Binary 10100 110000 111000 1000000 1110 0 1001110 11000001 101111 1111

Color Harmonies of #143038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143038

Black with #143038

Text Example


Text Example

White with #143038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143038; }

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

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

background-color css

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

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

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

border-color css

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

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

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