Html Css Color HEX #120250 Paua

📋 copy color: '#120250'

red 18 ◦ green 2 ◦ blue 80

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

Shades of Paua #120250

Tints of Paua #120250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 18%
G = 2%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#120250 (or 0x120250) is known color: Paua. HEX triplet: 12, 02 and 50. RGB value is (18,2,80). Sum of RGB (Red+Green+Blue) = 18+2+80=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #120250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120250 is #EDFDAF. Grayscale: #0F0F0F. Windows color (decimal): -15596976 or 5243410. OLE color: 5243410.

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

Color convert

RGB 18 2 80 -
CMYK 0.78 0.98 0 0.69
HSL 252.31º 0.95% 0.16% -
HSV(B) 252.31º 0.98% 0.31% -
XYZ 1.72 0.75 7.64 -
YUV 15.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 18 2 80 0.78 0.98 0 0.69 252.31 0.95 0.16
Hex 12 2 50 4E 62 0 45 FC 5F 10
Octal 22 2 120 116 142 0 105 374 137 20
Binary 10010 10 1010000 1001110 1100010 0 1000101 11111100 1011111 10000

Color Harmonies of #120250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120250

Black with #120250

Text Example


Text Example

White with #120250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120250; }

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

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

background-color css

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

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

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

border-color css

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

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

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