#183A3F

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

Shades of Nordic #183A3F

Tints of Nordic #183A3F

Color information

#183A3F (or 0x183A3F) is unknown color: approx Nordic. HEX triplet: 18, 3A and 3F. RGB value is (24,58,63). Sum of RGB (Red+Green+Blue) = 24+58+63=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #183A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A3F is #E7C5C0. Grayscale: #303030. Windows color (decimal): -15189441 or 4143640. OLE color: 4143640.

HSL color Cylindrical-coordinate representation of color #183A3F: hue angle of 187.69º 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 #183A3F is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245863-
CMYK0.620.0800.75
HSL187.69º44.83%17.06%-
HSV(B)187.69º61.9%24.71%-
XYZ2.793.585.25-
YUV48.4136.24110.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 63 (25% from 255) = 43.45%
R=16.55%
G=40%
B=43.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2458630.620.0800.75187.6944.8317.06
Hex183A3F3E804Bbc2d11
Octal307277761001132745521
Binary110001110101111111111101000010010111011110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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