Html Css Color HEX #122838 Tangaroa

📋 copy color: '#122838'

red 18 ◦ green 40 ◦ blue 56

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

Shades of Tangaroa #122838

Tints of Tangaroa #122838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 49.12%

R = 15.79%
G = 35.09%
B = 49.12%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#122838 (or 0x122838) is known color: Tangaroa. HEX triplet: 12, 28 and 38. RGB value is (18,40,56). Sum of RGB (Red+Green+Blue) = 18+40+56=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #122838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122838 is #EDD7C7. Grayscale: #232323. Windows color (decimal): -15587272 or 3680274. OLE color: 3680274.

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

Color convert

RGB 18 40 56 -
CMYK 0.68 0.29 0 0.78
HSL 205.26º 0.51% 0.15% -
HSV(B) 205.26º 0.68% 0.22% -
XYZ 1.72 1.93 4.02 -
YUV 35.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 18 40 56 0.68 0.29 0 0.78 205.26 0.51 0.15
Hex 12 28 38 44 1D 0 4E CD 33 F
Octal 22 50 70 104 35 0 116 315 63 17
Binary 10010 101000 111000 1000100 11101 0 1001110 11001101 110011 1111

Color Harmonies of #122838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122838

Black with #122838

Text Example


Text Example

White with #122838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122838; }

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

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

background-color css

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

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

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

border-color css

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

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

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