#123136

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

Shades of Nordic #123136

Tints of Nordic #123136

Color information

#123136 (or 0x123136) is unknown color: approx Nordic. HEX triplet: 12, 31 and 36. RGB value is (18,49,54). Sum of RGB (Red+Green+Blue) = 18+49+54=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #123136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123136 is #EDCEC9. Grayscale: #282828. Windows color (decimal): -15584970 or 3551506. OLE color: 3551506.

HSL color Cylindrical-coordinate representation of color #123136: hue angle of 188.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123136 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184954-
CMYK0.670.0900.79
HSL188.33º50%14.12%-
HSV(B)188.33º66.67%21.18%-
XYZ2.012.593.88-
YUV40.3135.73112.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=14.88%
G=40.50%
B=44.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1849540.670.0900.79188.335014.12
Hex12313643904Fbc32e
Octal2261661031101172746216
Binary100101100011101101000011100101001111101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123136; }

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

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

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

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

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

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

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

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