Html Css Color HEX #120A4E Paua

📋 copy color: '#120A4E'

red 18 ◦ green 10 ◦ blue 78

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

Shades of Paua #120A4E

Tints of Paua #120A4E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

 BLUE value IS 78 (30.86% from 255) = 73.58%

R = 16.98%
G = 9.43%
B = 73.58%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#120A4E (or 0x120A4E) is known color: Paua. HEX triplet: 12, 0A and 4E. RGB value is (18,10,78). Sum of RGB (Red+Green+Blue) = 18+10+78=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #120A4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A4E is #EDF5B1. Grayscale: #131313. Windows color (decimal): -15594930 or 5114386. OLE color: 5114386.

HSL color Cylindrical-coordinate representation of color #120A4E: hue angle of 247.06º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120A4E is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 10 78 -
CMYK 0.77 0.87 0 0.69
HSL 247.06º 0.77% 0.17% -
HSV(B) 247.06º 0.87% 0.31% -
XYZ 1.73 0.9 7.29 -
YUV 20.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 18 10 78 0.77 0.87 0 0.69 247.06 0.77 0.17
Hex 12 A 4E 4D 57 0 45 F7 4D 11
Octal 22 12 116 115 127 0 105 367 115 21
Binary 10010 1010 1001110 1001101 1010111 0 1000101 11110111 1001101 10001

Color Harmonies of #120A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A4E

Black with #120A4E

Text Example


Text Example

White with #120A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,10,78); }

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

background-color css

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

 a { background-color: rgb(18,10,78); }

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

border-color css

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

 span { border-color: rgb(18,10,78); }

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