Html Css Color HEX #1A3837 Nordic

📋 copy color: '#1A3837'

red 26 ◦ green 56 ◦ blue 55

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

Shades of Nordic #1A3837

Tints of Nordic #1A3837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 18.98%
G = 40.88%
B = 40.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#1A3837 (or 0x1A3837) is known color: Nordic. HEX triplet: 1A, 38 and 37. RGB value is (26,56,55). Sum of RGB (Red+Green+Blue) = 26+56+55=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3837 is #E5C7C8. Grayscale: #2E2E2E. Windows color (decimal): -15058889 or 3618842. OLE color: 3618842.

HSL color Cylindrical-coordinate representation of color #1A3837: hue angle of 178º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3837 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 26 56 55 -
CMYK 0.54 0 0.02 0.78
HSL 178º 0.37% 0.16% -
HSV(B) 178º 0.54% 0.22% -
XYZ 2.53 3.32 4.12 -
YUV 46.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 26 56 55 0.54 0 0.02 0.78 178 0.37 0.16
Hex 1A 38 37 36 0 2 4E B2 25 10
Octal 32 70 67 66 0 2 116 262 45 20
Binary 11010 111000 110111 110110 0 10 1001110 10110010 100101 10000

Color Harmonies of #1A3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3837

Black with #1A3837

Text Example


Text Example

White with #1A3837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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