Html Css Color HEX #120B45 Paua

📋 copy color: '#120B45'

red 18 ◦ green 11 ◦ blue 69

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

Shades of Paua #120B45

Tints of Paua #120B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 70.41%

R = 18.37%
G = 11.22%
B = 70.41%

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

#120B45 (or 0x120B45) is known color: Paua. HEX triplet: 12, 0B and 45. RGB value is (18,11,69). Sum of RGB (Red+Green+Blue) = 18+11+69=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #120B45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B45 is #EDF4BA. Grayscale: #131313. Windows color (decimal): -15594683 or 4524818. OLE color: 4524818.

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

Color convert

RGB 18 11 69 -
CMYK 0.74 0.84 0 0.73
HSL 247.24º 0.73% 0.16% -
HSV(B) 247.24º 0.84% 0.27% -
XYZ 1.44 0.8 5.71 -
YUV 19.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 18 11 69 0.74 0.84 0 0.73 247.24 0.73 0.16
Hex 12 B 45 4A 54 0 49 F7 48 10
Octal 22 13 105 112 124 0 111 367 110 20
Binary 10010 1011 1000101 1001010 1010100 0 1001001 11110111 1001000 10000

Color Harmonies of #120B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B45

Black with #120B45

Text Example


Text Example

White with #120B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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