#183E46

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

Shades of Nordic #183E46

Tints of Nordic #183E46

Color information

#183E46 (or 0x183E46) is unknown color: approx Nordic. HEX triplet: 18, 3E and 46. RGB value is (24,62,70). Sum of RGB (Red+Green+Blue) = 24+62+70=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #183E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183E46 is #E7C1B9. Grayscale: #333333. Windows color (decimal): -15188410 or 4603416. OLE color: 4603416.

HSL color Cylindrical-coordinate representation of color #183E46: hue angle of 190.43º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183E46 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB246270-
CMYK0.660.1100.73
HSL190.43º48.94%18.43%-
HSV(B)190.43º65.71%27.45%-
XYZ3.24.086.41-
YUV51.55138.41108.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=15.38%
G=39.74%
B=44.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2462700.660.1100.73190.4348.9418.43
Hex183E4642B049be3112
Octal30761061021301112766122
Binary11000111110100011010000101011010010011011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,62,70); }

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

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

 a { background-color: rgb(24,62,70); }

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

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

 span { border-color: rgb(24,62,70); }

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