#123C46

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

Shades of Nordic #123C46

Tints of Nordic #123C46

Color information

#123C46 (or 0x123C46) is unknown color: approx Nordic. HEX triplet: 12, 3C and 46. RGB value is (18,60,70). Sum of RGB (Red+Green+Blue) = 18+60+70=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #123C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C46 is #EDC3B9. Grayscale: #303030. Windows color (decimal): -15582138 or 4602898. OLE color: 4602898.

HSL color Cylindrical-coordinate representation of color #123C46: hue angle of 191.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123C46 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB186070-
CMYK0.740.1400.73
HSL191.54º59.09%17.25%-
HSV(B)191.54º74.29%27.45%-
XYZ2.973.86.37-
YUV48.58140.09106.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=12.16%
G=40.54%
B=47.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1860700.740.1400.73191.5459.0917.25
Hex123C464AE049c03b11
Octal22741061121601113007321
Binary10010111100100011010010101110010010011100000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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