Html Css Color HEX #120E44 Paua

📋 copy color: '#120E44'

red 18 ◦ green 14 ◦ blue 68

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

Shades of Paua #120E44

Tints of Paua #120E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 68%

R = 18%
G = 14%
B = 68%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#120E44 (or 0x120E44) is known color: Paua. HEX triplet: 12, 0E and 44. RGB value is (18,14,68). Sum of RGB (Red+Green+Blue) = 18+14+68=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #120E44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E44 is #EDF1BB. Grayscale: #151515. Windows color (decimal): -15593916 or 4460050. OLE color: 4460050.

HSL color Cylindrical-coordinate representation of color #120E44: hue angle of 244.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120E44 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 14 68 -
CMYK 0.74 0.79 0 0.73
HSL 244.44º 0.66% 0.16% -
HSV(B) 244.44º 0.79% 0.27% -
XYZ 1.45 0.86 5.56 -
YUV 21.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 18 14 68 0.74 0.79 0 0.73 244.44 0.66 0.16
Hex 12 E 44 4A 4F 0 49 F4 42 10
Octal 22 16 104 112 117 0 111 364 102 20
Binary 10010 1110 1000100 1001010 1001111 0 1001001 11110100 1000010 10000

Color Harmonies of #120E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E44

Black with #120E44

Text Example


Text Example

White with #120E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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