#122E35

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

Shades of Nordic #122E35

Tints of Nordic #122E35

Color information

#122E35 (or 0x122E35) is unknown color: approx Nordic. HEX triplet: 12, 2E and 35. RGB value is (18,46,53). Sum of RGB (Red+Green+Blue) = 18+46+53=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #122E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E35 is #EDD1CA. Grayscale: #262626. Windows color (decimal): -15585739 or 3485202. OLE color: 3485202.

HSL color Cylindrical-coordinate representation of color #122E35: hue angle of 192º 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 #122E35 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184653-
CMYK0.660.1300.79
HSL192º49.3%13.92%-
HSV(B)192º66.04%20.78%-
XYZ1.872.343.72-
YUV38.43136.22113.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=15.38%
G=39.32%
B=45.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1846530.660.1300.7919249.313.92
Hex122E3542D04Fc031e
Octal2256651021501173006116
Binary100101011101101011000010110101001111110000001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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