Html Css Color HEX #122537 Tangaroa

📋 copy color: '#122537'

red 18 ◦ green 37 ◦ blue 55

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

Shades of Tangaroa #122537

Tints of Tangaroa #122537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 55 (21.88% from 255) = 50%

R = 16.36%
G = 33.64%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122537 (or 0x122537) is known color: Tangaroa. HEX triplet: 12, 25 and 37. RGB value is (18,37,55). Sum of RGB (Red+Green+Blue) = 18+37+55=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #122537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122537 is #EDDAC8. Grayscale: #212121. Windows color (decimal): -15588041 or 3613970. OLE color: 3613970.

HSL color Cylindrical-coordinate representation of color #122537: hue angle of 209.19º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122537 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 37 55 -
CMYK 0.67 0.33 0 0.78
HSL 209.19º 0.51% 0.14% -
HSV(B) 209.19º 0.67% 0.22% -
XYZ 1.6 1.73 3.86 -
YUV 33.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 18 37 55 0.67 0.33 0 0.78 209.19 0.51 0.14
Hex 12 25 37 43 21 0 4E D1 33 E
Octal 22 45 67 103 41 0 116 321 63 16
Binary 10010 100101 110111 1000011 100001 0 1001110 11010001 110011 1110

Color Harmonies of #122537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122537

Black with #122537

Text Example


Text Example

White with #122537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122537; }

 p { color: rgb(18,37,55); }

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

background-color css

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

 a { background-color: rgb(18,37,55); }

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

border-color css

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

 span { border-color: rgb(18,37,55); }

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