#18393C

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

Shades of Nordic #18393C

Tints of Nordic #18393C

Color information

#18393C (or 0x18393C) is unknown color: approx Nordic. HEX triplet: 18, 39 and 3C. RGB value is (24,57,60). Sum of RGB (Red+Green+Blue) = 24+57+60=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #18393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18393C is #E7C6C3. Grayscale: #2F2F2F. Windows color (decimal): -15189700 or 3946776. OLE color: 3946776.

HSL color Cylindrical-coordinate representation of color #18393C: hue angle of 185º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18393C is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245760-
CMYK0.600.0500.76
HSL185º42.86%16.47%-
HSV(B)185º60%23.53%-
XYZ2.663.454.8-
YUV47.47135.07111.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=17.02%
G=40.43%
B=42.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2457600.600.0500.7618542.8616.47
Hex18393C3C504Cb92b10
Octal30717474501142715320
Binary11000111001111100111100101010011001011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18393C; }

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

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

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

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

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

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

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

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