Html Css Color HEX #120C46 Paua

📋 copy color: '#120C46'

red 18 ◦ green 12 ◦ blue 70

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

Shades of Paua #120C46

Tints of Paua #120C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12%

 BLUE value IS 70 (27.73% from 255) = 70%

R = 18%
G = 12%
B = 70%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#120C46 (or 0x120C46) is known color: Paua. HEX triplet: 12, 0C and 46. RGB value is (18,12,70). Sum of RGB (Red+Green+Blue) = 18+12+70=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 70 (27.73% from 255 or 70% from 100); Max value from RGB is 70 - color contains mainly: blue. Hex color #120C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C46 is #EDF3B9. Grayscale: #141414. Windows color (decimal): -15594426 or 4590610. OLE color: 4590610.

HSL color Cylindrical-coordinate representation of color #120C46: hue angle of 246.21º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120C46 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 12 70 -
CMYK 0.74 0.83 0 0.73
HSL 246.21º 0.71% 0.16% -
HSV(B) 246.21º 0.83% 0.27% -
XYZ 1.49 0.83 5.88 -
YUV 20.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 18 12 70 0.74 0.83 0 0.73 246.21 0.71 0.16
Hex 12 C 46 4A 53 0 49 F6 47 10
Octal 22 14 106 112 123 0 111 366 107 20
Binary 10010 1100 1000110 1001010 1010011 0 1001001 11110110 1000111 10000

Color Harmonies of #120C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C46

Black with #120C46

Text Example


Text Example

White with #120C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120C46; }

 p { color: rgb(18,12,70); }

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

background-color css

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

 a { background-color: rgb(18,12,70); }

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

border-color css

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

 span { border-color: rgb(18,12,70); }

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