#183D46

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

Shades of Nordic #183D46

Tints of Nordic #183D46

Color information

#183D46 (or 0x183D46) is unknown color: approx Nordic. HEX triplet: 18, 3D and 46. RGB value is (24,61,70). Sum of RGB (Red+Green+Blue) = 24+61+70=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #183D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D46 is #E7C2B9. Grayscale: #323232. Windows color (decimal): -15188666 or 4603160. OLE color: 4603160.

HSL color Cylindrical-coordinate representation of color #183D46: hue angle of 191.74º 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 #183D46 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB246170-
CMYK0.660.1300.73
HSL191.74º48.94%18.43%-
HSV(B)191.74º65.71%27.45%-
XYZ3.153.976.4-
YUV50.96138.74108.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=15.48%
G=39.35%
B=45.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2461700.660.1300.73191.7448.9418.43
Hex183D4642D049c03112
Octal30751061021501113006122
Binary11000111101100011010000101101010010011100000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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