#123135

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

Shades of Nordic #123135

Tints of Nordic #123135

Color information

#123135 (or 0x123135) is unknown color: approx Nordic. HEX triplet: 12, 31 and 35. RGB value is (18,49,53). Sum of RGB (Red+Green+Blue) = 18+49+53=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #123135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123135 is #EDCECA. Grayscale: #282828. Windows color (decimal): -15584971 or 3485970. OLE color: 3485970.

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

Color convert

RGB184953-
CMYK0.660.0800.79
HSL186.86º49.3%13.92%-
HSV(B)186.86º66.04%20.78%-
XYZ1.992.583.76-
YUV40.19135.23112.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=15%
G=40.83%
B=44.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1849530.660.0800.79186.8649.313.92
Hex12313542804Fbb31e
Octal2261651021001172736116
Binary100101100011101011000010100001001111101110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123135; }

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

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

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

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

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

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

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

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