Html Css Color HEX #120749 Paua

📋 copy color: '#120749'

red 18 ◦ green 7 ◦ blue 73

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

Shades of Paua #120749

Tints of Paua #120749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.14%

 BLUE value IS 73 (28.91% from 255) = 74.49%

R = 18.37%
G = 7.14%
B = 74.49%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#120749 (or 0x120749) is known color: Paua. HEX triplet: 12, 07 and 49. RGB value is (18,7,73). Sum of RGB (Red+Green+Blue) = 18+7+73=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #120749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120749 is #EDF8B6. Grayscale: #111111. Windows color (decimal): -15595703 or 4785938. OLE color: 4785938.

HSL color Cylindrical-coordinate representation of color #120749: hue angle of 250º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120749 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 7 73 -
CMYK 0.75 0.90 0 0.71
HSL 250º 0.83% 0.16% -
HSV(B) 250º 0.9% 0.29% -
XYZ 1.53 0.76 6.37 -
YUV 17.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 18 7 73 0.75 0.90 0 0.71 250 0.83 0.16
Hex 12 7 49 4B 5A 0 47 FA 52 10
Octal 22 7 111 113 132 0 107 372 122 20
Binary 10010 111 1001001 1001011 1011010 0 1000111 11111010 1010010 10000

Color Harmonies of #120749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120749

Black with #120749

Text Example


Text Example

White with #120749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120749; }

 p { color: rgb(18,7,73); }

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

background-color css

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

 a { background-color: rgb(18,7,73); }

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

border-color css

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

 span { border-color: rgb(18,7,73); }

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