Html Css Color HEX #1D3B43 Nordic

📋 copy color: '#1D3B43'

red 29 ◦ green 59 ◦ blue 67

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

Shades of Nordic #1D3B43

Tints of Nordic #1D3B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 18.71%
G = 38.06%
B = 43.23%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#1D3B43 (or 0x1D3B43) is known color: Nordic. HEX triplet: 1D, 3B and 43. RGB value is (29,59,67). Sum of RGB (Red+Green+Blue) = 29+59+67=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B43 is #E2C4BC. Grayscale: #323232. Windows color (decimal): -14861501 or 4406045. OLE color: 4406045.

HSL color Cylindrical-coordinate representation of color #1D3B43: hue angle of 192.63º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3B43 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 29 59 67 -
CMYK 0.57 0.12 0 0.74
HSL 192.63º 0.4% 0.19% -
HSV(B) 192.63º 0.57% 0.26% -
XYZ 3.08 3.79 5.88 -
YUV 50.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 29 59 67 0.57 0.12 0 0.74 192.63 0.4 0.19
Hex 1D 3B 43 39 C 0 4A C1 28 13
Octal 35 73 103 71 14 0 112 301 50 23
Binary 11101 111011 1000011 111001 1100 0 1001010 11000001 101000 10011

Color Harmonies of #1D3B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3B43

Black with #1D3B43

Text Example


Text Example

White with #1D3B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,59,67); }

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

background-color css

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

 a { background-color: rgb(29,59,67); }

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

border-color css

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

 span { border-color: rgb(29,59,67); }

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