#183B45

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

Shades of Nordic #183B45

Tints of Nordic #183B45

Color information

#183B45 (or 0x183B45) is unknown color: approx Nordic. HEX triplet: 18, 3B and 45. RGB value is (24,59,69). Sum of RGB (Red+Green+Blue) = 24+59+69=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #183B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B45 is #E7C4BA. Grayscale: #313131. Windows color (decimal): -15189179 or 4537112. OLE color: 4537112.

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

Color convert

RGB245969-
CMYK0.650.1400.73
HSL193.33º48.39%18.24%-
HSV(B)193.33º65.22%27.06%-
XYZ3.013.756.2-
YUV49.68138.9109.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 69 (27.34% from 255) = 45.39%
R=15.79%
G=38.82%
B=45.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2459690.650.1400.73193.3348.3918.24
Hex183B4541E049c13012
Octal30731051011601113016022
Binary11000111011100010110000011110010010011100000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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