Html Css Color HEX #143B3F Nordic

📋 copy color: '#143B3F'

red 20 ◦ green 59 ◦ blue 63

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

Shades of Nordic #143B3F

Tints of Nordic #143B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.55%

 BLUE value IS 63 (25% from 255) = 44.37%

R = 14.08%
G = 41.55%
B = 44.37%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143B3F (or 0x143B3F) is known color: Nordic. HEX triplet: 14, 3B and 3F. RGB value is (20,59,63). Sum of RGB (Red+Green+Blue) = 20+59+63=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #143B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B3F is #EBC4C0. Grayscale: #2F2F2F. Windows color (decimal): -15451329 or 4143892. OLE color: 4143892.

HSL color Cylindrical-coordinate representation of color #143B3F: hue angle of 185.58º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143B3F is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 59 63 -
CMYK 0.68 0.06 0 0.75
HSL 185.58º 0.52% 0.16% -
HSV(B) 185.58º 0.68% 0.25% -
XYZ 2.75 3.64 5.26 -
YUV 47.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 20 59 63 0.68 0.06 0 0.75 185.58 0.52 0.16
Hex 14 3B 3F 44 6 0 4B BA 34 10
Octal 24 73 77 104 6 0 113 272 64 20
Binary 10100 111011 111111 1000100 110 0 1001011 10111010 110100 10000

Color Harmonies of #143B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B3F

Black with #143B3F

Text Example


Text Example

White with #143B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,59,63); }

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

background-color css

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

 a { background-color: rgb(20,59,63); }

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

border-color css

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

 span { border-color: rgb(20,59,63); }

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