#183A41

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

Shades of Nordic #183A41

Tints of Nordic #183A41

Color information

#183A41 (or 0x183A41) is unknown color: approx Nordic. HEX triplet: 18, 3A and 41. RGB value is (24,58,65). Sum of RGB (Red+Green+Blue) = 24+58+65=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #183A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A41 is #E7C5BE. Grayscale: #303030. Windows color (decimal): -15189439 or 4274712. OLE color: 4274712.

HSL color Cylindrical-coordinate representation of color #183A41: hue angle of 190.24º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183A41 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245865-
CMYK0.630.1100.75
HSL190.24º46.07%17.45%-
HSV(B)190.24º63.08%25.49%-
XYZ2.843.65.55-
YUV48.63137.24110.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=16.33%
G=39.46%
B=44.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2458650.630.1100.75190.2446.0717.45
Hex183A413FB04Bbe2e11
Octal3072101771301132765621
Binary1100011101010000011111111011010010111011111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183A41; }

 p { color: rgb(24,58,65); }

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

<style>
 a { background-color: #183A41; }

 a { background-color: rgb(24,58,65); }

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

<style>
 span { border-color: #183A41; }

 span { border-color: rgb(24,58,65); }

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