#183B3F

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

Shades of Nordic #183B3F

Tints of Nordic #183B3F

Color information

#183B3F (or 0x183B3F) is unknown color: approx Nordic. HEX triplet: 18, 3B and 3F. RGB value is (24,59,63). Sum of RGB (Red+Green+Blue) = 24+59+63=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #183B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B3F is #E7C4C0. Grayscale: #303030. Windows color (decimal): -15189185 or 4143896. OLE color: 4143896.

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

Color convert

RGB245963-
CMYK0.620.0600.75
HSL186.15º44.83%17.06%-
HSV(B)186.15º61.9%24.71%-
XYZ2.843.685.26-
YUV48.99135.9110.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 63 (25% from 255) = 43.15%
R=16.44%
G=40.41%
B=43.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2459630.620.0600.75186.1544.8317.06
Hex183B3F3E604Bba2d11
Octal30737776601132725521
Binary11000111011111111111110110010010111011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,59,63); }

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

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

 a { background-color: rgb(24,59,63); }

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

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

 span { border-color: rgb(24,59,63); }

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