Html Css Color HEX #120C3F Paua

📋 copy color: '#120C3F'

red 18 ◦ green 12 ◦ blue 63

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

Shades of Paua #120C3F

Tints of Paua #120C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 67.74%

R = 19.35%
G = 12.9%
B = 67.74%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#120C3F (or 0x120C3F) is known color: Paua. HEX triplet: 12, 0C and 3F. RGB value is (18,12,63). Sum of RGB (Red+Green+Blue) = 18+12+63=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #120C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C3F is #EDF3C0. Grayscale: #131313. Windows color (decimal): -15594433 or 4131858. OLE color: 4131858.

HSL color Cylindrical-coordinate representation of color #120C3F: hue angle of 247.06º 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 #120C3F is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 12 63 -
CMYK 0.71 0.81 0 0.75
HSL 247.06º 0.68% 0.15% -
HSV(B) 247.06º 0.81% 0.25% -
XYZ 1.28 0.75 4.78 -
YUV 19.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 18 12 63 0.71 0.81 0 0.75 247.06 0.68 0.15
Hex 12 C 3F 47 51 0 4B F7 44 F
Octal 22 14 77 107 121 0 113 367 104 17
Binary 10010 1100 111111 1000111 1010001 0 1001011 11110111 1000100 1111

Color Harmonies of #120C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C3F

Black with #120C3F

Text Example


Text Example

White with #120C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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