Html Css Color HEX #1A373D Nordic

📋 copy color: '#1A373D'

red 26 ◦ green 55 ◦ blue 61

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

Shades of Nordic #1A373D

Tints of Nordic #1A373D

RGB

 RED value IS 26 (10.55% from 255) = 18.31%

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 18.31%
G = 38.73%
B = 42.96%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A373D (or 0x1A373D) is known color: Nordic. HEX triplet: 1A, 37 and 3D. RGB value is (26,55,61). Sum of RGB (Red+Green+Blue) = 26+55+61=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A373D is #E5C8C2. Grayscale: #2E2E2E. Windows color (decimal): -15059139 or 4011802. OLE color: 4011802.

HSL color Cylindrical-coordinate representation of color #1A373D: hue angle of 190.29º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A373D is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 55 61 -
CMYK 0.57 0.10 0 0.76
HSL 190.29º 0.4% 0.17% -
HSV(B) 190.29º 0.57% 0.24% -
XYZ 2.63 3.29 4.91 -
YUV 47.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 26 55 61 0.57 0.10 0 0.76 190.29 0.4 0.17
Hex 1A 37 3D 39 A 0 4C BE 28 11
Octal 32 67 75 71 12 0 114 276 50 21
Binary 11010 110111 111101 111001 1010 0 1001100 10111110 101000 10001

Color Harmonies of #1A373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A373D

Black with #1A373D

Text Example


Text Example

White with #1A373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,55,61); }

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

background-color css

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

 a { background-color: rgb(26,55,61); }

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

border-color css

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

 span { border-color: rgb(26,55,61); }

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