Html Css Color HEX #120846 Paua

📋 copy color: '#120846'

red 18 ◦ green 8 ◦ blue 70

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

Shades of Paua #120846

Tints of Paua #120846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 72.92%

R = 18.75%
G = 8.33%
B = 72.92%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#120846 (or 0x120846) is known color: Paua. HEX triplet: 12, 08 and 46. RGB value is (18,8,70). Sum of RGB (Red+Green+Blue) = 18+8+70=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #120846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120846 is #EDF7B9. Grayscale: #111111. Windows color (decimal): -15595450 or 4589586. OLE color: 4589586.

HSL color Cylindrical-coordinate representation of color #120846: hue angle of 249.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120846 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 8 70 -
CMYK 0.74 0.89 0 0.73
HSL 249.68º 0.79% 0.15% -
HSV(B) 249.68º 0.89% 0.27% -
XYZ 1.44 0.74 5.86 -
YUV 18.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 18 8 70 0.74 0.89 0 0.73 249.68 0.79 0.15
Hex 12 8 46 4A 59 0 49 FA 4F F
Octal 22 10 106 112 131 0 111 372 117 17
Binary 10010 1000 1000110 1001010 1011001 0 1001001 11111010 1001111 1111

Color Harmonies of #120846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120846

Black with #120846

Text Example


Text Example

White with #120846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120846; }

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

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

background-color css

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

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

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

border-color css

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

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

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