Html Css Color HEX #120450 Paua

📋 copy color: '#120450'

red 18 ◦ green 4 ◦ blue 80

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

Shades of Paua #120450

Tints of Paua #120450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.92%

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

R = 17.65%
G = 3.92%
B = 78.43%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#120450 (or 0x120450) is known color: Paua. HEX triplet: 12, 04 and 50. RGB value is (18,4,80). Sum of RGB (Red+Green+Blue) = 18+4+80=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #120450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120450 is #EDFBAF. Grayscale: #101010. Windows color (decimal): -15596464 or 5243922. OLE color: 5243922.

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

Color convert

RGB 18 4 80 -
CMYK 0.78 0.95 0 0.69
HSL 251.05º 0.9% 0.16% -
HSV(B) 251.05º 0.95% 0.31% -
XYZ 1.74 0.79 7.65 -
YUV 16.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 18 4 80 0.78 0.95 0 0.69 251.05 0.9 0.16
Hex 12 4 50 4E 5F 0 45 FB 5A 10
Octal 22 4 120 116 137 0 105 373 132 20
Binary 10010 100 1010000 1001110 1011111 0 1000101 11111011 1011010 10000

Color Harmonies of #120450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120450

Black with #120450

Text Example


Text Example

White with #120450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120450; }

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

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

background-color css

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

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

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

border-color css

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

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

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