Html Css Color HEX #120651 Paua

📋 copy color: '#120651'

red 18 ◦ green 6 ◦ blue 81

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

Shades of Paua #120651

Tints of Paua #120651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

 BLUE value IS 81 (32.03% from 255) = 77.14%

R = 17.14%
G = 5.71%
B = 77.14%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120651 (or 0x120651) is known color: Paua. HEX triplet: 12, 06 and 51. RGB value is (18,6,81). Sum of RGB (Red+Green+Blue) = 18+6+81=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #120651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120651 is #EDF9AE. Grayscale: #111111. Windows color (decimal): -15595951 or 5309970. OLE color: 5309970.

HSL color Cylindrical-coordinate representation of color #120651: hue angle of 249.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120651 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 6 81 -
CMYK 0.78 0.93 0 0.68
HSL 249.6º 0.86% 0.17% -
HSV(B) 249.6º 0.93% 0.32% -
XYZ 1.8 0.85 7.85 -
YUV 18.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 18 6 81 0.78 0.93 0 0.68 249.6 0.86 0.17
Hex 12 6 51 4E 5D 0 44 FA 56 11
Octal 22 6 121 116 135 0 104 372 126 21
Binary 10010 110 1010001 1001110 1011101 0 1000100 11111010 1010110 10001

Color Harmonies of #120651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120651

Black with #120651

Text Example


Text Example

White with #120651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120651; }

 p { color: rgb(18,6,81); }

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

background-color css

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

 a { background-color: rgb(18,6,81); }

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

border-color css

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

 span { border-color: rgb(18,6,81); }

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