Html Css Color HEX #120C4A Paua

📋 copy color: '#120C4A'

red 18 ◦ green 12 ◦ blue 74

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

Shades of Paua #120C4A

Tints of Paua #120C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 71.15%

R = 17.31%
G = 11.54%
B = 71.15%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#120C4A (or 0x120C4A) is known color: Paua. HEX triplet: 12, 0C and 4A. RGB value is (18,12,74). Sum of RGB (Red+Green+Blue) = 18+12+74=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #120C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C4A is #EDF3B5. Grayscale: #141414. Windows color (decimal): -15594422 or 4852754. OLE color: 4852754.

HSL color Cylindrical-coordinate representation of color #120C4A: hue angle of 245.81º 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 #120C4A is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 12 74 -
CMYK 0.76 0.84 0 0.71
HSL 245.81º 0.72% 0.17% -
HSV(B) 245.81º 0.84% 0.29% -
XYZ 1.62 0.89 6.56 -
YUV 20.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 18 12 74 0.76 0.84 0 0.71 245.81 0.72 0.17
Hex 12 C 4A 4C 54 0 47 F6 48 11
Octal 22 14 112 114 124 0 107 366 110 21
Binary 10010 1100 1001010 1001100 1010100 0 1000111 11110110 1001000 10001

Color Harmonies of #120C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C4A

Black with #120C4A

Text Example


Text Example

White with #120C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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