#123B47

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

Shades of Nordic #123B47

Tints of Nordic #123B47

Color information

#123B47 (or 0x123B47) is unknown color: approx Nordic. HEX triplet: 12, 3B and 47. RGB value is (18,59,71). Sum of RGB (Red+Green+Blue) = 18+59+71=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #123B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B47 is #EDC4B8. Grayscale: #303030. Windows color (decimal): -15582393 or 4668178. OLE color: 4668178.

HSL color Cylindrical-coordinate representation of color #123B47: hue angle of 193.58º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123B47 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB185971-
CMYK0.750.1700.72
HSL193.58º59.55%17.45%-
HSV(B)193.58º74.65%27.84%-
XYZ2.953.716.52-
YUV48.11140.92106.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=12.16%
G=39.86%
B=47.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1859710.750.1700.72193.5859.5517.45
Hex123B474B11048c23c11
Octal22731071132101103027421
Binary100101110111000111100101110001010010001100001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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