Html Css Color HEX #120C49 Paua

📋 copy color: '#120C49'

red 18 ◦ green 12 ◦ blue 73

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

Shades of Paua #120C49

Tints of Paua #120C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

 BLUE value IS 73 (28.91% from 255) = 70.87%

R = 17.48%
G = 11.65%
B = 70.87%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#120C49 (or 0x120C49) is known color: Paua. HEX triplet: 12, 0C and 49. RGB value is (18,12,73). Sum of RGB (Red+Green+Blue) = 18+12+73=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #120C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C49 is #EDF3B6. Grayscale: #141414. Windows color (decimal): -15594423 or 4787218. OLE color: 4787218.

HSL color Cylindrical-coordinate representation of color #120C49: hue angle of 245.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120C49 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 12 73 -
CMYK 0.75 0.84 0 0.71
HSL 245.9º 0.72% 0.17% -
HSV(B) 245.9º 0.84% 0.29% -
XYZ 1.58 0.87 6.39 -
YUV 20.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 18 12 73 0.75 0.84 0 0.71 245.9 0.72 0.17
Hex 12 C 49 4B 54 0 47 F6 48 11
Octal 22 14 111 113 124 0 107 366 110 21
Binary 10010 1100 1001001 1001011 1010100 0 1000111 11110110 1001000 10001

Color Harmonies of #120C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C49

Black with #120C49

Text Example


Text Example

White with #120C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120C49; }

 p { color: rgb(18,12,73); }

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

background-color css

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

 a { background-color: rgb(18,12,73); }

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

border-color css

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

 span { border-color: rgb(18,12,73); }

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