#123839

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

Shades of Nordic #123839

Tints of Nordic #123839

Color information

#123839 (or 0x123839) is unknown color: approx Nordic. HEX triplet: 12, 38 and 39. RGB value is (18,56,57). Sum of RGB (Red+Green+Blue) = 18+56+57=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #123839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123839 is #EDC7C6. Grayscale: #2C2C2C. Windows color (decimal): -15583175 or 3749906. OLE color: 3749906.

HSL color Cylindrical-coordinate representation of color #123839: hue angle of 181.54º 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 #123839 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB185657-
CMYK0.680.0200.78
HSL181.54º52%14.71%-
HSV(B)181.54º68.42%22.35%-
XYZ2.43.254.37-
YUV44.75134.91108.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=13.74%
G=42.75%
B=43.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856570.680.0200.78181.545214.71
Hex12383944204Eb634f
Octal227071104201162666417
Binary1001011100011100110001001001001110101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123839; }

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

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

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

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

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

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

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

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