Html Css Color HEX #120B40 Paua

📋 copy color: '#120B40'

red 18 ◦ green 11 ◦ blue 64

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

Shades of Paua #120B40

Tints of Paua #120B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 68.82%

R = 19.35%
G = 11.83%
B = 68.82%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#120B40 (or 0x120B40) is known color: Paua. HEX triplet: 12, 0B and 40. RGB value is (18,11,64). Sum of RGB (Red+Green+Blue) = 18+11+64=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #120B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B40 is #EDF4BF. Grayscale: #121212. Windows color (decimal): -15594688 or 4197138. OLE color: 4197138.

HSL color Cylindrical-coordinate representation of color #120B40: hue angle of 247.92º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120B40 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 11 64 -
CMYK 0.72 0.83 0 0.75
HSL 247.92º 0.71% 0.15% -
HSV(B) 247.92º 0.83% 0.25% -
XYZ 1.29 0.74 4.92 -
YUV 19.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 18 11 64 0.72 0.83 0 0.75 247.92 0.71 0.15
Hex 12 B 40 48 53 0 4B F8 47 F
Octal 22 13 100 110 123 0 113 370 107 17
Binary 10010 1011 1000000 1001000 1010011 0 1001011 11111000 1000111 1111

Color Harmonies of #120B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B40

Black with #120B40

Text Example


Text Example

White with #120B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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