Html Css Color HEX #121150 Paua

📋 copy color: '#121150'

red 18 ◦ green 17 ◦ blue 80

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

Shades of Paua #121150

Tints of Paua #121150

RGB

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

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

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

R = 15.65%
G = 14.78%
B = 69.57%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121150 (or 0x121150) is known color: Paua. HEX triplet: 12, 11 and 50. RGB value is (18,17,80). Sum of RGB (Red+Green+Blue) = 18+17+80=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #121150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121150 is #EDEEAF. Grayscale: #181818. Windows color (decimal): -15593136 or 5247250. OLE color: 5247250.

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

Color convert

RGB 18 17 80 -
CMYK 0.78 0.79 0 0.69
HSL 240.95º 0.65% 0.19% -
HSV(B) 240.95º 0.79% 0.31% -
XYZ 1.9 1.11 7.7 -
YUV 24.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 18 17 80 0.78 0.79 0 0.69 240.95 0.65 0.19
Hex 12 11 50 4E 4F 0 45 F1 41 13
Octal 22 21 120 116 117 0 105 361 101 23
Binary 10010 10001 1010000 1001110 1001111 0 1000101 11110001 1000001 10011

Color Harmonies of #121150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121150

Black with #121150

Text Example


Text Example

White with #121150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121150; }

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

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

background-color css

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

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

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

border-color css

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

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

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