Html Css Color HEX #122E32 Nordic

📋 copy color: '#122E32'

red 18 ◦ green 46 ◦ blue 50

#122E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #122E32

Tints of Nordic #122E32

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 value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#122E32 (or 0x122E32) is known color: 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

RGB 18 46 50 -
CMYK 0.64 0.08 0 0.80
HSL 187.5º 0.47% 0.13% -
HSV(B) 187.5º 0.64% 0.2% -
XYZ 1.8 2.31 3.37 -
YUV 38.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 18 46 50 0.64 0.08 0 0.80 187.5 0.47 0.13
Hex 12 2E 32 40 8 0 50 BC 2F D
Octal 22 56 62 100 10 0 120 274 57 15
Binary 10010 101110 110010 1000000 1000 0 1010000 10111100 101111 1101

Color Harmonies of #122E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E32

Black with #122E32

Text Example


Text Example

White with #122E32

Text Example


Text Example

HTML Codes & Css Web 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>