Html Css Color HEX #122641 Tangaroa

📋 copy color: '#122641'

red 18 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #122641

Tints of Tangaroa #122641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

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

R = 14.88%
G = 31.4%
B = 53.72%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#122641 (or 0x122641) is known color: Tangaroa. HEX triplet: 12, 26 and 41. RGB value is (18,38,65). Sum of RGB (Red+Green+Blue) = 18+38+65=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #122641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122641 is #EDD9BE. Grayscale: #222222. Windows color (decimal): -15587775 or 4269586. OLE color: 4269586.

HSL color Cylindrical-coordinate representation of color #122641: hue angle of 214.47º 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 #122641 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 38 65 -
CMYK 0.72 0.42 0 0.75
HSL 214.47º 0.57% 0.16% -
HSV(B) 214.47º 0.72% 0.25% -
XYZ 1.9 1.9 5.27 -
YUV 35.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 18 38 65 0.72 0.42 0 0.75 214.47 0.57 0.16
Hex 12 26 41 48 2A 0 4B D6 39 10
Octal 22 46 101 110 52 0 113 326 71 20
Binary 10010 100110 1000001 1001000 101010 0 1001011 11010110 111001 10000

Color Harmonies of #122641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122641

Black with #122641

Text Example


Text Example

White with #122641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122641; }

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

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

background-color css

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

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

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

border-color css

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

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

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