Html Css Color HEX #121046 Paua

📋 copy color: '#121046'

red 18 ◦ green 16 ◦ blue 70

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

Shades of Paua #121046

Tints of Paua #121046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 17.31%
G = 15.38%
B = 67.31%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121046 (or 0x121046) is known color: Paua. HEX triplet: 12, 10 and 46. RGB value is (18,16,70). Sum of RGB (Red+Green+Blue) = 18+16+70=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #121046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121046 is #EDEFB9. Grayscale: #161616. Windows color (decimal): -15593402 or 4591634. OLE color: 4591634.

HSL color Cylindrical-coordinate representation of color #121046: hue angle of 242.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121046 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 16 70 -
CMYK 0.74 0.77 0 0.73
HSL 242.22º 0.63% 0.17% -
HSV(B) 242.22º 0.77% 0.27% -
XYZ 1.54 0.94 5.89 -
YUV 22.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 18 16 70 0.74 0.77 0 0.73 242.22 0.63 0.17
Hex 12 10 46 4A 4D 0 49 F2 3F 11
Octal 22 20 106 112 115 0 111 362 77 21
Binary 10010 10000 1000110 1001010 1001101 0 1001001 11110010 111111 10001

Color Harmonies of #121046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121046

Black with #121046

Text Example


Text Example

White with #121046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121046; }

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

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

background-color css

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

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

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

border-color css

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

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

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