#123139

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

Shades of Nordic #123139

Tints of Nordic #123139

Color information

#123139 (or 0x123139) is unknown color: approx Nordic. HEX triplet: 12, 31 and 39. RGB value is (18,49,57). Sum of RGB (Red+Green+Blue) = 18+49+57=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #123139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123139 is #EDCEC6. Grayscale: #282828. Windows color (decimal): -15584967 or 3748114. OLE color: 3748114.

HSL color Cylindrical-coordinate representation of color #123139: hue angle of 192.31º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123139 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB184957-
CMYK0.680.1400.78
HSL192.31º52%14.71%-
HSV(B)192.31º68.42%22.35%-
XYZ2.092.624.27-
YUV40.64137.23111.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=14.52%
G=39.52%
B=45.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1849570.680.1400.78192.315214.71
Hex12313944E04Ec034f
Octal2261711041601163006417
Binary100101100011110011000100111001001110110000001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123139; }

 p { color: rgb(18,49,57); }

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

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

 a { background-color: rgb(18,49,57); }

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

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

 span { border-color: rgb(18,49,57); }

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