Html Css Color HEX #122E42 Tangaroa

📋 copy color: '#122E42'

red 18 ◦ green 46 ◦ blue 66

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

Shades of Tangaroa #122E42

Tints of Tangaroa #122E42

RGB

 RED value IS 18 (7.42% from 255) = 13.85%

 GREEN value IS 46 (18.36% from 255) = 35.38%

 BLUE value IS 66 (26.17% from 255) = 50.77%

R = 13.85%
G = 35.38%
B = 50.77%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#122E42 (or 0x122E42) is known color: Tangaroa. HEX triplet: 12, 2E and 42. RGB value is (18,46,66). Sum of RGB (Red+Green+Blue) = 18+46+66=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #122E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E42 is #EDD1BD. Grayscale: #272727. Windows color (decimal): -15585726 or 4337170. OLE color: 4337170.

HSL color Cylindrical-coordinate representation of color #122E42: hue angle of 205º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122E42 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 46 66 -
CMYK 0.73 0.30 0 0.74
HSL 205º 0.57% 0.16% -
HSV(B) 205º 0.73% 0.26% -
XYZ 2.21 2.48 5.52 -
YUV 39.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 18 46 66 0.73 0.30 0 0.74 205 0.57 0.16
Hex 12 2E 42 49 1E 0 4A CD 39 10
Octal 22 56 102 111 36 0 112 315 71 20
Binary 10010 101110 1000010 1001001 11110 0 1001010 11001101 111001 10000

Color Harmonies of #122E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E42

Black with #122E42

Text Example


Text Example

White with #122E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #122E42;
 }
 .AnyTagClassName
 {
   color: #122E42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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