Html Css Color HEX #120648 Paua

📋 copy color: '#120648'

red 18 ◦ green 6 ◦ blue 72

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

Shades of Paua #120648

Tints of Paua #120648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

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

R = 18.75%
G = 6.25%
B = 75%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#120648 (or 0x120648) is known color: Paua. HEX triplet: 12, 06 and 48. RGB value is (18,6,72). Sum of RGB (Red+Green+Blue) = 18+6+72=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #120648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120648 is #EDF9B7. Grayscale: #101010. Windows color (decimal): -15595960 or 4720146. OLE color: 4720146.

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

Color convert

RGB 18 6 72 -
CMYK 0.75 0.92 0 0.72
HSL 250.91º 0.85% 0.15% -
HSV(B) 250.91º 0.92% 0.28% -
XYZ 1.48 0.73 6.19 -
YUV 17.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 18 6 72 0.75 0.92 0 0.72 250.91 0.85 0.15
Hex 12 6 48 4B 5C 0 48 FB 55 F
Octal 22 6 110 113 134 0 110 373 125 17
Binary 10010 110 1001000 1001011 1011100 0 1001000 11111011 1010101 1111

Color Harmonies of #120648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120648

Black with #120648

Text Example


Text Example

White with #120648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120648; }

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

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

background-color css

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

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

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

border-color css

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

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

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