Html Css Color HEX #120C50 Paua

📋 copy color: '#120C50'

red 18 ◦ green 12 ◦ blue 80

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

Shades of Paua #120C50

Tints of Paua #120C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 72.73%

R = 16.36%
G = 10.91%
B = 72.73%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#120C50 (or 0x120C50) is known color: Paua. HEX triplet: 12, 0C and 50. RGB value is (18,12,80). Sum of RGB (Red+Green+Blue) = 18+12+80=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #120C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C50 is #EDF3AF. Grayscale: #151515. Windows color (decimal): -15594416 or 5245970. OLE color: 5245970.

HSL color Cylindrical-coordinate representation of color #120C50: hue angle of 245.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120C50 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 12 80 -
CMYK 0.78 0.85 0 0.69
HSL 245.29º 0.74% 0.18% -
HSV(B) 245.29º 0.85% 0.31% -
XYZ 1.83 0.97 7.68 -
YUV 21.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 18 12 80 0.78 0.85 0 0.69 245.29 0.74 0.18
Hex 12 C 50 4E 55 0 45 F5 4A 12
Octal 22 14 120 116 125 0 105 365 112 22
Binary 10010 1100 1010000 1001110 1010101 0 1000101 11110101 1001010 10010

Color Harmonies of #120C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C50

Black with #120C50

Text Example


Text Example

White with #120C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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