#183B44

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

Shades of Nordic #183B44

Tints of Nordic #183B44

Color information

#183B44 (or 0x183B44) is unknown color: approx Nordic. HEX triplet: 18, 3B and 44. RGB value is (24,59,68). Sum of RGB (Red+Green+Blue) = 24+59+68=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #183B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B44 is #E7C4BB. Grayscale: #313131. Windows color (decimal): -15189180 or 4471576. OLE color: 4471576.

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

Color convert

RGB245968-
CMYK0.650.1300.73
HSL192.27º47.83%18.04%-
HSV(B)192.27º64.71%26.67%-
XYZ2.983.746.03-
YUV49.56138.4109.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=15.89%
G=39.07%
B=45.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2459680.650.1300.73192.2747.8318.04
Hex183B4441D049c03012
Octal30731041011501113006022
Binary11000111011100010010000011101010010011100000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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