Html Css Color HEX #1A373C Nordic

📋 copy color: '#1A373C'

red 26 ◦ green 55 ◦ blue 60

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

Shades of Nordic #1A373C

Tints of Nordic #1A373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 18.44%
G = 39.01%
B = 42.55%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A373C (or 0x1A373C) is known color: Nordic. HEX triplet: 1A, 37 and 3C. RGB value is (26,55,60). Sum of RGB (Red+Green+Blue) = 26+55+60=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A373C is #E5C8C3. Grayscale: #2E2E2E. Windows color (decimal): -15059140 or 3946266. OLE color: 3946266.

HSL color Cylindrical-coordinate representation of color #1A373C: hue angle of 188.82º 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 #1A373C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 55 60 -
CMYK 0.57 0.08 0 0.76
HSL 188.82º 0.4% 0.17% -
HSV(B) 188.82º 0.57% 0.24% -
XYZ 2.61 3.28 4.77 -
YUV 46.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 26 55 60 0.57 0.08 0 0.76 188.82 0.4 0.17
Hex 1A 37 3C 39 8 0 4C BD 28 11
Octal 32 67 74 71 10 0 114 275 50 21
Binary 11010 110111 111100 111001 1000 0 1001100 10111101 101000 10001

Color Harmonies of #1A373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A373C

Black with #1A373C

Text Example


Text Example

White with #1A373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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