#123840

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

Shades of Nordic #123840

Tints of Nordic #123840

Color information

#123840 (or 0x123840) is unknown color: approx Nordic. HEX triplet: 12, 38 and 40. RGB value is (18,56,64). Sum of RGB (Red+Green+Blue) = 18+56+64=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #123840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123840 is #EDC7BF. Grayscale: #2D2D2D. Windows color (decimal): -15583168 or 4208658. OLE color: 4208658.

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

Color convert

RGB185664-
CMYK0.720.1300.75
HSL190.43º56.1%16.08%-
HSV(B)190.43º71.88%25.1%-
XYZ2.593.335.36-
YUV45.55138.41108.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=13.04%
G=40.58%
B=46.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1856640.720.1300.75190.4356.116.08
Hex12384048D04Bbe3810
Octal22701001101501132767020
Binary10010111000100000010010001101010010111011111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123840; }

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

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

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

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

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

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

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

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