Html Css Color HEX #120C4C Paua

📋 copy color: '#120C4C'

red 18 ◦ green 12 ◦ blue 76

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

Shades of Paua #120C4C

Tints of Paua #120C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 71.7%

R = 16.98%
G = 11.32%
B = 71.7%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#120C4C (or 0x120C4C) is known color: Paua. HEX triplet: 12, 0C and 4C. RGB value is (18,12,76). Sum of RGB (Red+Green+Blue) = 18+12+76=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #120C4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C4C is #EDF3B3. Grayscale: #141414. Windows color (decimal): -15594420 or 4983826. OLE color: 4983826.

HSL color Cylindrical-coordinate representation of color #120C4C: hue angle of 245.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120C4C is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 12 76 -
CMYK 0.76 0.84 0 0.70
HSL 245.63º 0.73% 0.17% -
HSV(B) 245.63º 0.84% 0.3% -
XYZ 1.69 0.91 6.92 -
YUV 21.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 18 12 76 0.76 0.84 0 0.70 245.63 0.73 0.17
Hex 12 C 4C 4C 54 0 46 F6 49 11
Octal 22 14 114 114 124 0 106 366 111 21
Binary 10010 1100 1001100 1001100 1010100 0 1000110 11110110 1001001 10001

Color Harmonies of #120C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C4C

Black with #120C4C

Text Example


Text Example

White with #120C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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