Html Css Color HEX #1D3A40 Nordic

📋 copy color: '#1D3A40'

red 29 ◦ green 58 ◦ blue 64

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

Shades of Nordic #1D3A40

Tints of Nordic #1D3A40

RGB

 RED value IS 29 (11.72% from 255) = 19.21%

 GREEN value IS 58 (23.05% from 255) = 38.41%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 19.21%
G = 38.41%
B = 42.38%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1D3A40 (or 0x1D3A40) is known color: Nordic. HEX triplet: 1D, 3A and 40. RGB value is (29,58,64). Sum of RGB (Red+Green+Blue) = 29+58+64=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A40 is #E2C5BF. Grayscale: #313131. Windows color (decimal): -14861760 or 4209181. OLE color: 4209181.

HSL color Cylindrical-coordinate representation of color #1D3A40: hue angle of 190.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D3A40 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 58 64 -
CMYK 0.55 0.09 0 0.75
HSL 190.29º 0.38% 0.18% -
HSV(B) 190.29º 0.55% 0.25% -
XYZ 2.95 3.66 5.4 -
YUV 50.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 29 58 64 0.55 0.09 0 0.75 190.29 0.38 0.18
Hex 1D 3A 40 37 9 0 4B BE 26 12
Octal 35 72 100 67 11 0 113 276 46 22
Binary 11101 111010 1000000 110111 1001 0 1001011 10111110 100110 10010

Color Harmonies of #1D3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3A40

Black with #1D3A40

Text Example


Text Example

White with #1D3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D3A40; }

 p { color: rgb(29,58,64); }

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

background-color css

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

 a { background-color: rgb(29,58,64); }

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

border-color css

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

 span { border-color: rgb(29,58,64); }

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