#183A44

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

Shades of Nordic #183A44

Tints of Nordic #183A44

Color information

#183A44 (or 0x183A44) is unknown color: approx Nordic. HEX triplet: 18, 3A and 44. RGB value is (24,58,68). Sum of RGB (Red+Green+Blue) = 24+58+68=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #183A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A44 is #E7C5BB. Grayscale: #303030. Windows color (decimal): -15189436 or 4471320. OLE color: 4471320.

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

Color convert

RGB245868-
CMYK0.650.1500.73
HSL193.64º47.83%18.04%-
HSV(B)193.64º64.71%26.67%-
XYZ2.933.646.02-
YUV48.97138.74110.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 68 (26.95% from 255) = 45.33%
R=16%
G=38.67%
B=45.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2458680.650.1500.73193.6447.8318.04
Hex183A4441F049c23012
Octal30721041011701113026022
Binary11000111010100010010000011111010010011100001011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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