#123A46

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

Shades of Nordic #123A46

Tints of Nordic #123A46

Color information

#123A46 (or 0x123A46) is unknown color: approx Nordic. HEX triplet: 12, 3A and 46. RGB value is (18,58,70). Sum of RGB (Red+Green+Blue) = 18+58+70=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #123A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A46 is #EDC5B9. Grayscale: #2F2F2F. Windows color (decimal): -15582650 or 4602386. OLE color: 4602386.

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

Color convert

RGB185870-
CMYK0.740.1700.73
HSL193.85º59.09%17.25%-
HSV(B)193.85º74.29%27.45%-
XYZ2.873.66.34-
YUV47.41140.75107.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 70 (27.73% from 255) = 47.95%
R=12.33%
G=39.73%
B=47.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1858700.740.1700.73193.8559.0917.25
Hex123A464A11049c23b11
Octal22721061122101113027321
Binary100101110101000110100101010001010010011100001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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