Html Css Color HEX #121350 Paua

📋 copy color: '#121350'

red 18 ◦ green 19 ◦ blue 80

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

Shades of Paua #121350

Tints of Paua #121350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 15.38%
G = 16.24%
B = 68.38%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121350 (or 0x121350) is known color: Paua. HEX triplet: 12, 13 and 50. RGB value is (18,19,80). Sum of RGB (Red+Green+Blue) = 18+19+80=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #121350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121350 is #EDECAF. Grayscale: #191919. Windows color (decimal): -15592624 or 5247762. OLE color: 5247762.

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

Color convert

RGB 18 19 80 -
CMYK 0.78 0.76 0 0.69
HSL 239.03º 0.63% 0.19% -
HSV(B) 239.03º 0.78% 0.31% -
XYZ 1.93 1.17 7.71 -
YUV 25.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 18 19 80 0.78 0.76 0 0.69 239.03 0.63 0.19
Hex 12 13 50 4E 4C 0 45 EF 3F 13
Octal 22 23 120 116 114 0 105 357 77 23
Binary 10010 10011 1010000 1001110 1001100 0 1000101 11101111 111111 10011

Color Harmonies of #121350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121350

Black with #121350

Text Example


Text Example

White with #121350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121350; }

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

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

background-color css

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

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

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

border-color css

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

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

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