#123640

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

Shades of Nordic #123640

Tints of Nordic #123640

Color information

#123640 (or 0x123640) is unknown color: approx Nordic. HEX triplet: 12, 36 and 40. RGB value is (18,54,64). Sum of RGB (Red+Green+Blue) = 18+54+64=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #123640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123640 is #EDC9BF. Grayscale: #2C2C2C. Windows color (decimal): -15583680 or 4208146. OLE color: 4208146.

HSL color Cylindrical-coordinate representation of color #123640: hue angle of 193.04º 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 #123640 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185464-
CMYK0.720.1600.75
HSL193.04º56.1%16.08%-
HSV(B)193.04º71.88%25.1%-
XYZ2.493.145.32-
YUV44.38139.07109.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=13.24%
G=39.71%
B=47.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1854640.720.1600.75193.0456.116.08
Hex123640481004Bc13810
Octal22661001102001133017020
Binary100101101101000000100100010000010010111100000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123640; }

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

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

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

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

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

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

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

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