Html Css Color HEX #120B44 Paua

📋 copy color: '#120B44'

red 18 ◦ green 11 ◦ blue 68

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

Shades of Paua #120B44

Tints of Paua #120B44

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.34%

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

R = 18.56%
G = 11.34%
B = 70.1%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#120B44 (or 0x120B44) is known color: Paua. HEX triplet: 12, 0B and 44. RGB value is (18,11,68). Sum of RGB (Red+Green+Blue) = 18+11+68=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 68 (26.95% from 255 or 70.10% from 97); Max value from RGB is 68 - color contains mainly: blue. Hex color #120B44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B44 is #EDF4BB. Grayscale: #131313. Windows color (decimal): -15594684 or 4459282. OLE color: 4459282.

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

Color convert

RGB 18 11 68 -
CMYK 0.74 0.84 0 0.73
HSL 247.37º 0.72% 0.15% -
HSV(B) 247.37º 0.84% 0.27% -
XYZ 1.41 0.79 5.55 -
YUV 19.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 18 11 68 0.74 0.84 0 0.73 247.37 0.72 0.15
Hex 12 B 44 4A 54 0 49 F7 48 F
Octal 22 13 104 112 124 0 111 367 110 17
Binary 10010 1011 1000100 1001010 1010100 0 1001001 11110111 1001000 1111

Color Harmonies of #120B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B44

Black with #120B44

Text Example


Text Example

White with #120B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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