#122E36

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

Shades of Nordic #122E36

Tints of Nordic #122E36

Color information

#122E36 (or 0x122E36) is unknown color: approx Nordic. HEX triplet: 12, 2E and 36. RGB value is (18,46,54). Sum of RGB (Red+Green+Blue) = 18+46+54=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #122E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E36 is #EDD1C9. Grayscale: #262626. Windows color (decimal): -15585738 or 3550738. OLE color: 3550738.

HSL color Cylindrical-coordinate representation of color #122E36: hue angle of 193.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 #122E36 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184654-
CMYK0.670.1500.79
HSL193.33º50%14.12%-
HSV(B)193.33º66.67%21.18%-
XYZ1.892.353.84-
YUV38.54136.72113.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 54 (21.48% from 255) = 45.76%
R=15.25%
G=38.98%
B=45.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1846540.670.1500.79193.335014.12
Hex122E3643F04Fc132e
Octal2256661031701173016216
Binary100101011101101101000011111101001111110000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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