Html Css Color HEX #120E41 Paua

📋 copy color: '#120E41'

red 18 ◦ green 14 ◦ blue 65

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

Shades of Paua #120E41

Tints of Paua #120E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 18.56%
G = 14.43%
B = 67.01%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#120E41 (or 0x120E41) is known color: Paua. HEX triplet: 12, 0E and 41. RGB value is (18,14,65). Sum of RGB (Red+Green+Blue) = 18+14+65=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #120E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E41 is #EDF1BE. Grayscale: #141414. Windows color (decimal): -15593919 or 4263442. OLE color: 4263442.

HSL color Cylindrical-coordinate representation of color #120E41: hue angle of 244.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120E41 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 14 65 -
CMYK 0.72 0.78 0 0.75
HSL 244.71º 0.65% 0.15% -
HSV(B) 244.71º 0.78% 0.25% -
XYZ 1.36 0.82 5.09 -
YUV 21.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 18 14 65 0.72 0.78 0 0.75 244.71 0.65 0.15
Hex 12 E 41 48 4E 0 4B F5 41 F
Octal 22 16 101 110 116 0 113 365 101 17
Binary 10010 1110 1000001 1001000 1001110 0 1001011 11110101 1000001 1111

Color Harmonies of #120E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E41

Black with #120E41

Text Example


Text Example

White with #120E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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