Html Css Color HEX #120948 Paua

📋 copy color: '#120948'

red 18 ◦ green 9 ◦ blue 72

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

Shades of Paua #120948

Tints of Paua #120948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72.73%

R = 18.18%
G = 9.09%
B = 72.73%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#120948 (or 0x120948) is known color: Paua. HEX triplet: 12, 09 and 48. RGB value is (18,9,72). Sum of RGB (Red+Green+Blue) = 18+9+72=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #120948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120948 is #EDF6B7. Grayscale: #121212. Windows color (decimal): -15595192 or 4720914. OLE color: 4720914.

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

Color convert

RGB 18 9 72 -
CMYK 0.75 0.88 0 0.72
HSL 248.57º 0.78% 0.16% -
HSV(B) 248.57º 0.88% 0.28% -
XYZ 1.52 0.79 6.2 -
YUV 18.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 18 9 72 0.75 0.88 0 0.72 248.57 0.78 0.16
Hex 12 9 48 4B 58 0 48 F9 4E 10
Octal 22 11 110 113 130 0 110 371 116 20
Binary 10010 1001 1001000 1001011 1011000 0 1001000 11111001 1001110 10000

Color Harmonies of #120948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120948

Black with #120948

Text Example


Text Example

White with #120948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120948; }

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

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

background-color css

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

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

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

border-color css

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

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

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