#123134

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

Shades of Nordic #123134

Tints of Nordic #123134

Color information

#123134 (or 0x123134) is unknown color: approx Nordic. HEX triplet: 12, 31 and 34. RGB value is (18,49,52). Sum of RGB (Red+Green+Blue) = 18+49+52=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #123134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123134 is #EDCECB. Grayscale: #282828. Windows color (decimal): -15584972 or 3420434. OLE color: 3420434.

HSL color Cylindrical-coordinate representation of color #123134: hue angle of 185.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123134 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB184952-
CMYK0.650.0600.80
HSL185.29º48.57%13.73%-
HSV(B)185.29º65.38%20.39%-
XYZ1.972.573.64-
YUV40.07134.73112.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=15.13%
G=41.18%
B=43.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1849520.650.0600.80185.2948.5713.73
Hex123134416050b931e
Octal226164101601202716116
Binary10010110001110100100000111001010000101110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123134; }

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

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

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

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

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

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

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

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