#183943

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

Shades of Nordic #183943

Tints of Nordic #183943

Color information

#183943 (or 0x183943) is unknown color: approx Nordic. HEX triplet: 18, 39 and 43. RGB value is (24,57,67). Sum of RGB (Red+Green+Blue) = 24+57+67=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #183943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183943 is #E7C6BC. Grayscale: #303030. Windows color (decimal): -15189693 or 4405528. OLE color: 4405528.

HSL color Cylindrical-coordinate representation of color #183943: hue angle of 193.95º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183943 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB245767-
CMYK0.640.1500.74
HSL193.95º47.25%17.84%-
HSV(B)193.95º64.18%26.27%-
XYZ2.853.535.84-
YUV48.27138.57110.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=16.22%
G=38.51%
B=45.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2457670.640.1500.74193.9547.2517.84
Hex18394340F04Ac22f12
Octal30711031001701123025722
Binary11000111001100001110000001111010010101100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183943; }

 p { color: rgb(24,57,67); }

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

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

 a { background-color: rgb(24,57,67); }

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

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

 span { border-color: rgb(24,57,67); }

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