Html Css Color HEX #121249 Paua

📋 copy color: '#121249'

red 18 ◦ green 18 ◦ blue 73

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

Shades of Paua #121249

Tints of Paua #121249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 16.51%
G = 16.51%
B = 66.97%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121249 (or 0x121249) is known color: Paua. HEX triplet: 12, 12 and 49. RGB value is (18,18,73). Sum of RGB (Red+Green+Blue) = 18+18+73=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #121249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121249 is #EDEDB6. Grayscale: #181818. Windows color (decimal): -15592887 or 4788754. OLE color: 4788754.

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

Color convert

RGB 18 18 73 -
CMYK 0.75 0.75 0 0.71
HSL 240º 0.6% 0.18% -
HSV(B) 240º 0.75% 0.29% -
XYZ 1.67 1.04 6.42 -
YUV 24.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 18 18 73 0.75 0.75 0 0.71 240 0.6 0.18
Hex 12 12 49 4B 4B 0 47 F0 3C 12
Octal 22 22 111 113 113 0 107 360 74 22
Binary 10010 10010 1001001 1001011 1001011 0 1000111 11110000 111100 10010

Color Harmonies of #121249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121249

Black with #121249

Text Example


Text Example

White with #121249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121249; }

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

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

background-color css

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

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

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

border-color css

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

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

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