Html Css Color HEX #120E46 Paua

📋 copy color: '#120E46'

red 18 ◦ green 14 ◦ blue 70

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

Shades of Paua #120E46

Tints of Paua #120E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.73%

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

R = 17.65%
G = 13.73%
B = 68.63%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#120E46 (or 0x120E46) is known color: Paua. HEX triplet: 12, 0E and 46. RGB value is (18,14,70). Sum of RGB (Red+Green+Blue) = 18+14+70=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #120E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E46 is #EDF1B9. Grayscale: #151515. Windows color (decimal): -15593914 or 4591122. OLE color: 4591122.

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

Color convert

RGB 18 14 70 -
CMYK 0.74 0.80 0 0.73
HSL 244.29º 0.67% 0.16% -
HSV(B) 244.29º 0.8% 0.27% -
XYZ 1.51 0.88 5.89 -
YUV 21.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 18 14 70 0.74 0.80 0 0.73 244.29 0.67 0.16
Hex 12 E 46 4A 50 0 49 F4 43 10
Octal 22 16 106 112 120 0 111 364 103 20
Binary 10010 1110 1000110 1001010 1010000 0 1001001 11110100 1000011 10000

Color Harmonies of #120E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E46

Black with #120E46

Text Example


Text Example

White with #120E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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