Html Css Color HEX #121149 Paua

📋 copy color: '#121149'

red 18 ◦ green 17 ◦ blue 73

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

Shades of Paua #121149

Tints of Paua #121149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 73 (28.91% from 255) = 67.59%

R = 16.67%
G = 15.74%
B = 67.59%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121149 (or 0x121149) is known color: Paua. HEX triplet: 12, 11 and 49. RGB value is (18,17,73). Sum of RGB (Red+Green+Blue) = 18+17+73=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #121149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121149 is #EDEEB6. Grayscale: #171717. Windows color (decimal): -15593143 or 4788498. OLE color: 4788498.

HSL color Cylindrical-coordinate representation of color #121149: hue angle of 241.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121149 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 17 73 -
CMYK 0.75 0.77 0 0.71
HSL 241.07º 0.62% 0.18% -
HSV(B) 241.07º 0.77% 0.29% -
XYZ 1.65 1.01 6.41 -
YUV 23.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 18 17 73 0.75 0.77 0 0.71 241.07 0.62 0.18
Hex 12 11 49 4B 4D 0 47 F1 3E 12
Octal 22 21 111 113 115 0 107 361 76 22
Binary 10010 10001 1001001 1001011 1001101 0 1000111 11110001 111110 10010

Color Harmonies of #121149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121149

Black with #121149

Text Example


Text Example

White with #121149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121149; }

 p { color: rgb(18,17,73); }

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

background-color css

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

 a { background-color: rgb(18,17,73); }

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

border-color css

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

 span { border-color: rgb(18,17,73); }

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