Html Css Color HEX #120C40 Paua

📋 copy color: '#120C40'

red 18 ◦ green 12 ◦ blue 64

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

Shades of Paua #120C40

Tints of Paua #120C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.77%

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 19.15%
G = 12.77%
B = 68.09%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#120C40 (or 0x120C40) is known color: Paua. HEX triplet: 12, 0C and 40. RGB value is (18,12,64). Sum of RGB (Red+Green+Blue) = 18+12+64=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #120C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C40 is #EDF3BF. Grayscale: #131313. Windows color (decimal): -15594432 or 4197394. OLE color: 4197394.

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

Color convert

RGB 18 12 64 -
CMYK 0.72 0.81 0 0.75
HSL 246.92º 0.68% 0.15% -
HSV(B) 246.92º 0.81% 0.25% -
XYZ 1.31 0.76 4.93 -
YUV 19.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 18 12 64 0.72 0.81 0 0.75 246.92 0.68 0.15
Hex 12 C 40 48 51 0 4B F7 44 F
Octal 22 14 100 110 121 0 113 367 104 17
Binary 10010 1100 1000000 1001000 1010001 0 1001011 11110111 1000100 1111

Color Harmonies of #120C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C40

Black with #120C40

Text Example


Text Example

White with #120C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,12,64); }

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

background-color css

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

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

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

border-color css

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

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

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