Html Css Color HEX #122737 Tangaroa

📋 copy color: '#122737'

red 18 ◦ green 39 ◦ blue 55

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

Shades of Tangaroa #122737

Tints of Tangaroa #122737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

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

R = 16.07%
G = 34.82%
B = 49.11%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122737 (or 0x122737) is known color: Tangaroa. HEX triplet: 12, 27 and 37. RGB value is (18,39,55). Sum of RGB (Red+Green+Blue) = 18+39+55=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #122737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122737 is #EDD8C8. Grayscale: #222222. Windows color (decimal): -15587529 or 3614482. OLE color: 3614482.

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

Color convert

RGB 18 39 55 -
CMYK 0.67 0.29 0 0.78
HSL 205.95º 0.51% 0.14% -
HSV(B) 205.95º 0.67% 0.22% -
XYZ 1.66 1.86 3.88 -
YUV 34.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 18 39 55 0.67 0.29 0 0.78 205.95 0.51 0.14
Hex 12 27 37 43 1D 0 4E CE 33 E
Octal 22 47 67 103 35 0 116 316 63 16
Binary 10010 100111 110111 1000011 11101 0 1001110 11001110 110011 1110

Color Harmonies of #122737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122737

Black with #122737

Text Example


Text Example

White with #122737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122737; }

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

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

background-color css

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

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

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

border-color css

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

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

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