Html Css Color HEX #122837 Tangaroa

📋 copy color: '#122837'

red 18 ◦ green 40 ◦ blue 55

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

Shades of Tangaroa #122837

Tints of Tangaroa #122837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

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

R = 15.93%
G = 35.4%
B = 48.67%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122837 (or 0x122837) is known color: Tangaroa. HEX triplet: 12, 28 and 37. RGB value is (18,40,55). Sum of RGB (Red+Green+Blue) = 18+40+55=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #122837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122837 is #EDD7C8. Grayscale: #232323. Windows color (decimal): -15587273 or 3614738. OLE color: 3614738.

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

Color convert

RGB 18 40 55 -
CMYK 0.67 0.27 0 0.78
HSL 204.32º 0.51% 0.14% -
HSV(B) 204.32º 0.67% 0.22% -
XYZ 1.7 1.92 3.9 -
YUV 35.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 18 40 55 0.67 0.27 0 0.78 204.32 0.51 0.14
Hex 12 28 37 43 1B 0 4E CC 33 E
Octal 22 50 67 103 33 0 116 314 63 16
Binary 10010 101000 110111 1000011 11011 0 1001110 11001100 110011 1110

Color Harmonies of #122837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122837

Black with #122837

Text Example


Text Example

White with #122837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122837; }

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

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

background-color css

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

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

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

border-color css

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

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

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