#1A383A

Color #1A383A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #1A383A

Tints of Nordic #1A383A

Color information

#1A383A (or 0x1A383A) is unknown color: approx Nordic. HEX triplet: 1A, 38 and 3A. RGB value is (26,56,58). Sum of RGB (Red+Green+Blue) = 26+56+58=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A383A is #E5C7C5. Grayscale: #2F2F2F. Windows color (decimal): -15058886 or 3815450. OLE color: 3815450.

HSL color Cylindrical-coordinate representation of color #1A383A: hue angle of 183.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A383A is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB265658-
CMYK0.550.0300.77
HSL183.75º38.1%16.47%-
HSV(B)183.75º55.17%22.75%-
XYZ2.63.354.51-
YUV47.26134.06112.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=18.57%
G=40%
B=41.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2656580.550.0300.77183.7538.116.47
Hex1A383A37304Db82610
Octal32707267301152704620
Binary1101011100011101011011111010011011011100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A383A;
 }
 .AnyTagClassName
 {
   color: #1A383A;
 }
</style>
background-color css

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

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

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

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

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

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