Html Css Color HEX #122C37 Tangaroa

📋 copy color: '#122C37'

red 18 ◦ green 44 ◦ blue 55

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

Shades of Tangaroa #122C37

Tints of Tangaroa #122C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.61%

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

R = 15.38%
G = 37.61%
B = 47.01%

CMYK

 C value IS 0.67

 M value IS 0.2

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122C37 (or 0x122C37) is known color: Tangaroa. HEX triplet: 12, 2C and 37. RGB value is (18,44,55). Sum of RGB (Red+Green+Blue) = 18+44+55=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #122C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C37 is #EDD3C8. Grayscale: #252525. Windows color (decimal): -15586249 or 3615762. OLE color: 3615762.

HSL color Cylindrical-coordinate representation of color #122C37: hue angle of 197.84º 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 #122C37 is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 44 55 -
CMYK 0.67 0.2 0 0.78
HSL 197.84º 0.51% 0.14% -
HSV(B) 197.84º 0.67% 0.22% -
XYZ 1.84 2.21 3.94 -
YUV 37.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 18 44 55 0.67 0.2 0 0.78 197.84 0.51 0.14
Hex 12 2C 37 43 14 0 4E C6 33 E
Octal 22 54 67 103 24 0 116 306 63 16
Binary 10010 101100 110111 1000011 10100 0 1001110 11000110 110011 1110

Color Harmonies of #122C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C37

Black with #122C37

Text Example


Text Example

White with #122C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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