Html Css Color HEX #122E41 Tangaroa

📋 copy color: '#122E41'

red 18 ◦ green 46 ◦ blue 65

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

Shades of Tangaroa #122E41

Tints of Tangaroa #122E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 13.95%
G = 35.66%
B = 50.39%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122E41 (or 0x122E41) is known color: Tangaroa. HEX triplet: 12, 2E and 41. RGB value is (18,46,65). Sum of RGB (Red+Green+Blue) = 18+46+65=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #122E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E41 is #EDD1BE. Grayscale: #272727. Windows color (decimal): -15585727 or 4271634. OLE color: 4271634.

HSL color Cylindrical-coordinate representation of color #122E41: hue angle of 204.26º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122E41 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 46 65 -
CMYK 0.72 0.29 0 0.75
HSL 204.26º 0.57% 0.16% -
HSV(B) 204.26º 0.72% 0.25% -
XYZ 2.18 2.46 5.36 -
YUV 39.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 18 46 65 0.72 0.29 0 0.75 204.26 0.57 0.16
Hex 12 2E 41 48 1D 0 4B CC 39 10
Octal 22 56 101 110 35 0 113 314 71 20
Binary 10010 101110 1000001 1001000 11101 0 1001011 11001100 111001 10000

Color Harmonies of #122E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E41

Black with #122E41

Text Example


Text Example

White with #122E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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