#123940

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

Shades of Nordic #123940

Tints of Nordic #123940

Color information

#123940 (or 0x123940) is unknown color: approx Nordic. HEX triplet: 12, 39 and 40. RGB value is (18,57,64). Sum of RGB (Red+Green+Blue) = 18+57+64=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #123940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123940 is #EDC6BF. Grayscale: #2E2E2E. Windows color (decimal): -15582912 or 4208914. OLE color: 4208914.

HSL color Cylindrical-coordinate representation of color #123940: hue angle of 189.13º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123940 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185764-
CMYK0.720.1100.75
HSL189.13º56.1%16.08%-
HSV(B)189.13º71.88%25.1%-
XYZ2.643.435.37-
YUV46.14138.08107.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=12.95%
G=41.01%
B=46.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1857640.720.1100.75189.1356.116.08
Hex12394048B04Bbd3810
Octal22711001101301132757020
Binary10010111001100000010010001011010010111011110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123940; }

 p { color: rgb(18,57,64); }

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

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

 a { background-color: rgb(18,57,64); }

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

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

 span { border-color: rgb(18,57,64); }

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