Html Css Color HEX #120751 Paua

📋 copy color: '#120751'

red 18 ◦ green 7 ◦ blue 81

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

Shades of Paua #120751

Tints of Paua #120751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.6%

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

R = 16.98%
G = 6.6%
B = 76.42%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120751 (or 0x120751) is known color: Paua. HEX triplet: 12, 07 and 51. RGB value is (18,7,81). Sum of RGB (Red+Green+Blue) = 18+7+81=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #120751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120751 is #EDF8AE. Grayscale: #121212. Windows color (decimal): -15595695 or 5310226. OLE color: 5310226.

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

Color convert

RGB 18 7 81 -
CMYK 0.78 0.91 0 0.68
HSL 248.92º 0.84% 0.17% -
HSV(B) 248.92º 0.91% 0.32% -
XYZ 1.81 0.87 7.86 -
YUV 18.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 18 7 81 0.78 0.91 0 0.68 248.92 0.84 0.17
Hex 12 7 51 4E 5B 0 44 F9 54 11
Octal 22 7 121 116 133 0 104 371 124 21
Binary 10010 111 1010001 1001110 1011011 0 1000100 11111001 1010100 10001

Color Harmonies of #120751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120751

Black with #120751

Text Example


Text Example

White with #120751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120751; }

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

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

background-color css

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

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

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

border-color css

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

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

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