Html Css Color HEX #120C51 Paua

📋 copy color: '#120C51'

red 18 ◦ green 12 ◦ blue 81

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

Shades of Paua #120C51

Tints of Paua #120C51

RGB

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

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

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

R = 16.22%
G = 10.81%
B = 72.97%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120C51 (or 0x120C51) is known color: Paua. HEX triplet: 12, 0C and 51. RGB value is (18,12,81). Sum of RGB (Red+Green+Blue) = 18+12+81=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #120C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C51 is #EDF3AE. Grayscale: #151515. Windows color (decimal): -15594415 or 5311506. OLE color: 5311506.

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

Color convert

RGB 18 12 81 -
CMYK 0.78 0.85 0 0.68
HSL 245.22º 0.74% 0.18% -
HSV(B) 245.22º 0.85% 0.32% -
XYZ 1.87 0.99 7.88 -
YUV 21.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 18 12 81 0.78 0.85 0 0.68 245.22 0.74 0.18
Hex 12 C 51 4E 55 0 44 F5 4A 12
Octal 22 14 121 116 125 0 104 365 112 22
Binary 10010 1100 1010001 1001110 1010101 0 1000100 11110101 1001010 10010

Color Harmonies of #120C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C51

Black with #120C51

Text Example


Text Example

White with #120C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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