Html Css Color HEX #122639 Tangaroa

📋 copy color: '#122639'

red 18 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #122639

Tints of Tangaroa #122639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 15.93%
G = 33.63%
B = 50.44%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122639 (or 0x122639) is known color: Tangaroa. HEX triplet: 12, 26 and 39. RGB value is (18,38,57). Sum of RGB (Red+Green+Blue) = 18+38+57=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #122639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122639 is #EDD9C6. Grayscale: #222222. Windows color (decimal): -15587783 or 3745298. OLE color: 3745298.

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

Color convert

RGB 18 38 57 -
CMYK 0.68 0.33 0 0.78
HSL 209.23º 0.52% 0.15% -
HSV(B) 209.23º 0.68% 0.22% -
XYZ 1.68 1.81 4.13 -
YUV 34.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 18 38 57 0.68 0.33 0 0.78 209.23 0.52 0.15
Hex 12 26 39 44 21 0 4E D1 34 F
Octal 22 46 71 104 41 0 116 321 64 17
Binary 10010 100110 111001 1000100 100001 0 1001110 11010001 110100 1111

Color Harmonies of #122639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122639

Black with #122639

Text Example


Text Example

White with #122639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122639; }

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

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

background-color css

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

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

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

border-color css

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

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

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