#123C40

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

Shades of Nordic #123C40

Tints of Nordic #123C40

Color information

#123C40 (or 0x123C40) is unknown color: approx Nordic. HEX triplet: 12, 3C and 40. RGB value is (18,60,64). Sum of RGB (Red+Green+Blue) = 18+60+64=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #123C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C40 is #EDC3BF. Grayscale: #2F2F2F. Windows color (decimal): -15582144 or 4209682. OLE color: 4209682.

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

Color convert

RGB186064-
CMYK0.720.0600.75
HSL185.22º56.1%16.08%-
HSV(B)185.22º71.88%25.1%-
XYZ2.793.735.42-
YUV47.9137.09106.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 60 (23.83% from 255) = 42.25%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=12.68%
G=42.25%
B=45.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1860640.720.0600.75185.2256.116.08
Hex123C4048604Bb93810
Octal2274100110601132717020
Binary1001011110010000001001000110010010111011100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123C40; }

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

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

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

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

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

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

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

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