Html Css Color HEX #120947 Paua

📋 copy color: '#120947'

red 18 ◦ green 9 ◦ blue 71

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

Shades of Paua #120947

Tints of Paua #120947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 18.37%
G = 9.18%
B = 72.45%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#120947 (or 0x120947) is known color: Paua. HEX triplet: 12, 09 and 47. RGB value is (18,9,71). Sum of RGB (Red+Green+Blue) = 18+9+71=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #120947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120947 is #EDF6B8. Grayscale: #121212. Windows color (decimal): -15595193 or 4655378. OLE color: 4655378.

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

Color convert

RGB 18 9 71 -
CMYK 0.75 0.87 0 0.72
HSL 248.71º 0.78% 0.16% -
HSV(B) 248.71º 0.87% 0.28% -
XYZ 1.48 0.78 6.03 -
YUV 18.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 18 9 71 0.75 0.87 0 0.72 248.71 0.78 0.16
Hex 12 9 47 4B 57 0 48 F9 4E 10
Octal 22 11 107 113 127 0 110 371 116 20
Binary 10010 1001 1000111 1001011 1010111 0 1001000 11111001 1001110 10000

Color Harmonies of #120947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120947

Black with #120947

Text Example


Text Example

White with #120947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120947; }

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

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

background-color css

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

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

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

border-color css

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

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

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