Html Css Color HEX #120350 Paua

📋 copy color: '#120350'

red 18 ◦ green 3 ◦ blue 80

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

Shades of Paua #120350

Tints of Paua #120350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.97%

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

R = 17.82%
G = 2.97%
B = 79.21%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#120350 (or 0x120350) is known color: Paua. HEX triplet: 12, 03 and 50. RGB value is (18,3,80). Sum of RGB (Red+Green+Blue) = 18+3+80=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #120350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120350 is #EDFCAF. Grayscale: #0F0F0F. Windows color (decimal): -15596720 or 5243666. OLE color: 5243666.

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

Color convert

RGB 18 3 80 -
CMYK 0.78 0.96 0 0.69
HSL 251.69º 0.93% 0.16% -
HSV(B) 251.69º 0.96% 0.31% -
XYZ 1.73 0.77 7.65 -
YUV 16.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 18 3 80 0.78 0.96 0 0.69 251.69 0.93 0.16
Hex 12 3 50 4E 60 0 45 FC 5D 10
Octal 22 3 120 116 140 0 105 374 135 20
Binary 10010 11 1010000 1001110 1100000 0 1000101 11111100 1011101 10000

Color Harmonies of #120350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120350

Black with #120350

Text Example


Text Example

White with #120350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120350; }

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

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

background-color css

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

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

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

border-color css

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

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

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