Html Css Color HEX #120D4C Paua

📋 copy color: '#120D4C'

red 18 ◦ green 13 ◦ blue 76

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

Shades of Paua #120D4C

Tints of Paua #120D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.15%

 BLUE value IS 76 (30.08% from 255) = 71.03%

R = 16.82%
G = 12.15%
B = 71.03%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#120D4C (or 0x120D4C) is known color: Paua. HEX triplet: 12, 0D and 4C. RGB value is (18,13,76). Sum of RGB (Red+Green+Blue) = 18+13+76=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #120D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D4C is #EDF2B3. Grayscale: #151515. Windows color (decimal): -15594164 or 4984082. OLE color: 4984082.

HSL color Cylindrical-coordinate representation of color #120D4C: hue angle of 244.76º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120D4C is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 13 76 -
CMYK 0.76 0.83 0 0.70
HSL 244.76º 0.71% 0.17% -
HSV(B) 244.76º 0.83% 0.3% -
XYZ 1.7 0.94 6.93 -
YUV 21.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 18 13 76 0.76 0.83 0 0.70 244.76 0.71 0.17
Hex 12 D 4C 4C 53 0 46 F5 47 11
Octal 22 15 114 114 123 0 106 365 107 21
Binary 10010 1101 1001100 1001100 1010011 0 1000110 11110101 1000111 10001

Color Harmonies of #120D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D4C

Black with #120D4C

Text Example


Text Example

White with #120D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,76); }

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

background-color css

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

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

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

border-color css

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

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

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