Html Css Color HEX #120850 Paua

📋 copy color: '#120850'

red 18 ◦ green 8 ◦ blue 80

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

Shades of Paua #120850

Tints of Paua #120850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

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

R = 16.98%
G = 7.55%
B = 75.47%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#120850 (or 0x120850) is known color: Paua. HEX triplet: 12, 08 and 50. RGB value is (18,8,80). Sum of RGB (Red+Green+Blue) = 18+8+80=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #120850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120850 is #EDF7AF. Grayscale: #121212. Windows color (decimal): -15595440 or 5244946. OLE color: 5244946.

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

Color convert

RGB 18 8 80 -
CMYK 0.78 0.90 0 0.69
HSL 248.33º 0.82% 0.17% -
HSV(B) 248.33º 0.9% 0.31% -
XYZ 1.78 0.88 7.67 -
YUV 19.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 18 8 80 0.78 0.90 0 0.69 248.33 0.82 0.17
Hex 12 8 50 4E 5A 0 45 F8 52 11
Octal 22 10 120 116 132 0 105 370 122 21
Binary 10010 1000 1010000 1001110 1011010 0 1000101 11111000 1010010 10001

Color Harmonies of #120850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120850

Black with #120850

Text Example


Text Example

White with #120850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120850; }

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

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

background-color css

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

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

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

border-color css

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

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

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