Html Css Color HEX #122E35 Nordic

📋 copy color: '#122E35'

red 18 ◦ green 46 ◦ blue 53

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

Shades of Nordic #122E35

Tints of Nordic #122E35

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.3%

R = 15.38%
G = 39.32%
B = 45.3%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 18 46 53 -
CMYK 0.66 0.13 0 0.79
HSL 192º 0.49% 0.14% -
HSV(B) 192º 0.66% 0.21% -
XYZ 1.87 2.34 3.72 -
YUV 38.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 18 46 53 0.66 0.13 0 0.79 192 0.49 0.14
Hex 12 2E 35 42 D 0 4F C0 31 E
Octal 22 56 65 102 15 0 117 300 61 16
Binary 10010 101110 110101 1000010 1101 0 1001111 11000000 110001 1110

Color Harmonies of #122E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E35

Black with #122E35

Text Example


Text Example

White with #122E35

Text Example


Text Example

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