#122E33

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

Shades of Nordic #122E33

Tints of Nordic #122E33

Color information

#122E33 (or 0x122E33) is unknown color: approx Nordic. HEX triplet: 12, 2E and 33. RGB value is (18,46,51). Sum of RGB (Red+Green+Blue) = 18+46+51=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #122E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E33 is #EDD1CC. Grayscale: #262626. Windows color (decimal): -15585741 or 3354130. OLE color: 3354130.

HSL color Cylindrical-coordinate representation of color #122E33: hue angle of 189.09º degrees, saturation: 0.48, 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 #122E33 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB184651-
CMYK0.650.1000.8
HSL189.09º47.83%13.53%-
HSV(B)189.09º64.71%20%-
XYZ1.822.323.48-
YUV38.2135.22113.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 44.35%
R=15.65%
G=40%
B=44.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1846510.650.1000.8189.0947.8313.53
Hex122E3341A050bd30e
Octal2256631011201202756016
Binary100101011101100111000001101001010000101111011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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