Html Css Color HEX #143033 Nordic

📋 copy color: '#143033'

red 20 ◦ green 48 ◦ blue 51

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

Shades of Nordic #143033

Tints of Nordic #143033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.86%

R = 16.81%
G = 40.34%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#143033 (or 0x143033) is known color: Nordic. HEX triplet: 14, 30 and 33. RGB value is (20,48,51). Sum of RGB (Red+Green+Blue) = 20+48+51=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #143033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143033 is #EBCFCC. Grayscale: #272727. Windows color (decimal): -15454157 or 3354644. OLE color: 3354644.

HSL color Cylindrical-coordinate representation of color #143033: hue angle of 185.81º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143033 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 48 51 -
CMYK 0.61 0.06 0 0.8
HSL 185.81º 0.44% 0.14% -
HSV(B) 185.81º 0.61% 0.2% -
XYZ 1.94 2.5 3.51 -
YUV 39.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 20 48 51 0.61 0.06 0 0.8 185.81 0.44 0.14
Hex 14 30 33 3D 6 0 50 BA 2C E
Octal 24 60 63 75 6 0 120 272 54 16
Binary 10100 110000 110011 111101 110 0 1010000 10111010 101100 1110

Color Harmonies of #143033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143033

Black with #143033

Text Example


Text Example

White with #143033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143033; }

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

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

background-color css

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

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

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

border-color css

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

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

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