#122E32

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

Shades of Nordic #122E32

Tints of Nordic #122E32

Color information

#122E32 (or 0x122E32) is unknown color: approx Nordic. HEX triplet: 12, 2E and 32. RGB value is (18,46,50). Sum of RGB (Red+Green+Blue) = 18+46+50=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #122E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E32 is #EDD1CD. Grayscale: #262626. Windows color (decimal): -15585742 or 3288594. OLE color: 3288594.

HSL color Cylindrical-coordinate representation of color #122E32: hue angle of 187.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #122E32 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB184650-
CMYK0.640.0800.80
HSL187.5º47.06%13.33%-
HSV(B)187.5º64%19.61%-
XYZ1.82.313.37-
YUV38.08134.72113.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=15.79%
G=40.35%
B=43.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1846500.640.0800.80187.547.0613.33
Hex122E32408050bc2fd
Octal2256621001001202745715
Binary100101011101100101000000100001010000101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E32; }

 p { color: rgb(18,46,50); }

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

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

 a { background-color: rgb(18,46,50); }

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

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

 span { border-color: rgb(18,46,50); }

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