#123B46

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

Shades of Nordic #123B46

Tints of Nordic #123B46

Color information

#123B46 (or 0x123B46) is unknown color: approx Nordic. HEX triplet: 12, 3B and 46. RGB value is (18,59,70). Sum of RGB (Red+Green+Blue) = 18+59+70=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #123B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B46 is #EDC4B9. Grayscale: #2F2F2F. Windows color (decimal): -15582394 or 4602642. OLE color: 4602642.

HSL color Cylindrical-coordinate representation of color #123B46: hue angle of 192.69º 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 #123B46 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB185970-
CMYK0.740.1600.73
HSL192.69º59.09%17.25%-
HSV(B)192.69º74.29%27.45%-
XYZ2.923.76.35-
YUV47.99140.42106.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=12.24%
G=40.14%
B=47.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1859700.740.1600.73192.6959.0917.25
Hex123B464A10049c13b11
Octal22731061122001113017321
Binary100101110111000110100101010000010010011100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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