Html Css Color HEX #120847 Paua

📋 copy color: '#120847'

red 18 ◦ green 8 ◦ blue 71

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

Shades of Paua #120847

Tints of Paua #120847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 73.2%

R = 18.56%
G = 8.25%
B = 73.2%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#120847 (or 0x120847) is known color: Paua. HEX triplet: 12, 08 and 47. RGB value is (18,8,71). Sum of RGB (Red+Green+Blue) = 18+8+71=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #120847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120847 is #EDF7B8. Grayscale: #111111. Windows color (decimal): -15595449 or 4655122. OLE color: 4655122.

HSL color Cylindrical-coordinate representation of color #120847: hue angle of 249.52º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120847 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 8 71 -
CMYK 0.75 0.89 0 0.72
HSL 249.52º 0.8% 0.15% -
HSV(B) 249.52º 0.89% 0.28% -
XYZ 1.47 0.76 6.03 -
YUV 18.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 18 8 71 0.75 0.89 0 0.72 249.52 0.8 0.15
Hex 12 8 47 4B 59 0 48 FA 50 F
Octal 22 10 107 113 131 0 110 372 120 17
Binary 10010 1000 1000111 1001011 1011001 0 1001000 11111010 1010000 1111

Color Harmonies of #120847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120847

Black with #120847

Text Example


Text Example

White with #120847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120847; }

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

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

background-color css

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

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

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

border-color css

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

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

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