#18363F

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

Shades of Nordic #18363F

Tints of Nordic #18363F

Color information

#18363F (or 0x18363F) is unknown color: approx Nordic. HEX triplet: 18, 36 and 3F. RGB value is (24,54,63). Sum of RGB (Red+Green+Blue) = 24+54+63=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #18363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363F is #E7C9C0. Grayscale: #2D2D2D. Windows color (decimal): -15190465 or 4142616. OLE color: 4142616.

HSL color Cylindrical-coordinate representation of color #18363F: hue angle of 193.85º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18363F is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245463-
CMYK0.620.1400.75
HSL193.85º44.83%17.06%-
HSV(B)193.85º61.9%24.71%-
XYZ2.593.195.18-
YUV46.06137.56112.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 63 (25% from 255) = 44.68%
R=17.02%
G=38.30%
B=44.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2454630.620.1400.75193.8544.8317.06
Hex18363F3EE04Bc22d11
Octal306677761601133025521
Binary110001101101111111111101110010010111100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18363F; }

 p { color: rgb(24,54,63); }

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

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

 a { background-color: rgb(24,54,63); }

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

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

 span { border-color: rgb(24,54,63); }

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