Html Css Color HEX #121148 Paua

📋 copy color: '#121148'

red 18 ◦ green 17 ◦ blue 72

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

Shades of Paua #121148

Tints of Paua #121148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 16.82%
G = 15.89%
B = 67.29%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121148 (or 0x121148) is known color: Paua. HEX triplet: 12, 11 and 48. RGB value is (18,17,72). Sum of RGB (Red+Green+Blue) = 18+17+72=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #121148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121148 is #EDEEB7. Grayscale: #171717. Windows color (decimal): -15593144 or 4722962. OLE color: 4722962.

HSL color Cylindrical-coordinate representation of color #121148: hue angle of 241.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121148 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 17 72 -
CMYK 0.75 0.76 0 0.72
HSL 241.09º 0.62% 0.17% -
HSV(B) 241.09º 0.76% 0.28% -
XYZ 1.62 1 6.24 -
YUV 23.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 18 17 72 0.75 0.76 0 0.72 241.09 0.62 0.17
Hex 12 11 48 4B 4C 0 48 F1 3E 11
Octal 22 21 110 113 114 0 110 361 76 21
Binary 10010 10001 1001000 1001011 1001100 0 1001000 11110001 111110 10001

Color Harmonies of #121148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121148

Black with #121148

Text Example


Text Example

White with #121148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121148; }

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

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

background-color css

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

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

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

border-color css

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

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

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