Html Css Color HEX #143339 Nordic

📋 copy color: '#143339'

red 20 ◦ green 51 ◦ blue 57

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

Shades of Nordic #143339

Tints of Nordic #143339

RGB

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

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

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

R = 15.63%
G = 39.84%
B = 44.53%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143339 (or 0x143339) is known color: Nordic. HEX triplet: 14, 33 and 39. RGB value is (20,51,57). Sum of RGB (Red+Green+Blue) = 20+51+57=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #143339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143339 is #EBCCC6. Grayscale: #2A2A2A. Windows color (decimal): -15453383 or 3748628. OLE color: 3748628.

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

Color convert

RGB 20 51 57 -
CMYK 0.65 0.11 0 0.78
HSL 189.73º 0.48% 0.15% -
HSV(B) 189.73º 0.65% 0.22% -
XYZ 2.21 2.81 4.3 -
YUV 42.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 20 51 57 0.65 0.11 0 0.78 189.73 0.48 0.15
Hex 14 33 39 41 B 0 4E BE 30 F
Octal 24 63 71 101 13 0 116 276 60 17
Binary 10100 110011 111001 1000001 1011 0 1001110 10111110 110000 1111

Color Harmonies of #143339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143339

Black with #143339

Text Example


Text Example

White with #143339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143339; }

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

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

background-color css

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

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

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

border-color css

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

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

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