Html Css Color HEX #122939 Tangaroa

📋 copy color: '#122939'

red 18 ◦ green 41 ◦ blue 57

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

Shades of Tangaroa #122939

Tints of Tangaroa #122939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.34%

 BLUE value IS 57 (22.66% from 255) = 49.14%

R = 15.52%
G = 35.34%
B = 49.14%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122939 (or 0x122939) is known color: Tangaroa. HEX triplet: 12, 29 and 39. RGB value is (18,41,57). Sum of RGB (Red+Green+Blue) = 18+41+57=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #122939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122939 is #EDD6C6. Grayscale: #232323. Windows color (decimal): -15587015 or 3746066. OLE color: 3746066.

HSL color Cylindrical-coordinate representation of color #122939: hue angle of 204.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #122939 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 41 57 -
CMYK 0.68 0.28 0 0.78
HSL 204.62º 0.52% 0.15% -
HSV(B) 204.62º 0.68% 0.22% -
XYZ 1.78 2.01 4.16 -
YUV 35.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 18 41 57 0.68 0.28 0 0.78 204.62 0.52 0.15
Hex 12 29 39 44 1C 0 4E CD 34 F
Octal 22 51 71 104 34 0 116 315 64 17
Binary 10010 101001 111001 1000100 11100 0 1001110 11001101 110100 1111

Color Harmonies of #122939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122939

Black with #122939

Text Example


Text Example

White with #122939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122939; }

 p { color: rgb(18,41,57); }

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

background-color css

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

 a { background-color: rgb(18,41,57); }

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

border-color css

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

 span { border-color: rgb(18,41,57); }

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