Html Css Color HEX #121151 Paua

📋 copy color: '#121151'

red 18 ◦ green 17 ◦ blue 81

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

Shades of Paua #121151

Tints of Paua #121151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

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

R = 15.52%
G = 14.66%
B = 69.83%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121151 (or 0x121151) is known color: Paua. HEX triplet: 12, 11 and 51. RGB value is (18,17,81). Sum of RGB (Red+Green+Blue) = 18+17+81=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #121151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121151 is #EDEEAE. Grayscale: #181818. Windows color (decimal): -15593135 or 5312786. OLE color: 5312786.

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

Color convert

RGB 18 17 81 -
CMYK 0.78 0.79 0 0.68
HSL 240.94º 0.65% 0.19% -
HSV(B) 240.94º 0.79% 0.32% -
XYZ 1.94 1.12 7.9 -
YUV 24.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 18 17 81 0.78 0.79 0 0.68 240.94 0.65 0.19
Hex 12 11 51 4E 4F 0 44 F1 41 13
Octal 22 21 121 116 117 0 104 361 101 23
Binary 10010 10001 1010001 1001110 1001111 0 1000100 11110001 1000001 10011

Color Harmonies of #121151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121151

Black with #121151

Text Example


Text Example

White with #121151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121151; }

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

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

background-color css

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

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

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

border-color css

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

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

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