Html Css Color HEX #120844 Paua

📋 copy color: '#120844'

red 18 ◦ green 8 ◦ blue 68

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

Shades of Paua #120844

Tints of Paua #120844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

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

R = 19.15%
G = 8.51%
B = 72.34%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#120844 (or 0x120844) is known color: Paua. HEX triplet: 12, 08 and 44. RGB value is (18,8,68). Sum of RGB (Red+Green+Blue) = 18+8+68=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 68 (26.95% from 255 or 72.34% from 94); Max value from RGB is 68 - color contains mainly: blue. Hex color #120844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120844 is #EDF7BB. Grayscale: #111111. Windows color (decimal): -15595452 or 4458514. OLE color: 4458514.

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

Color convert

RGB 18 8 68 -
CMYK 0.74 0.88 0 0.73
HSL 250º 0.79% 0.15% -
HSV(B) 250º 0.88% 0.27% -
XYZ 1.38 0.72 5.54 -
YUV 17.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 18 8 68 0.74 0.88 0 0.73 250 0.79 0.15
Hex 12 8 44 4A 58 0 49 FA 4F F
Octal 22 10 104 112 130 0 111 372 117 17
Binary 10010 1000 1000100 1001010 1011000 0 1001001 11111010 1001111 1111

Color Harmonies of #120844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120844

Black with #120844

Text Example


Text Example

White with #120844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120844; }

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

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

background-color css

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

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

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

border-color css

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

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

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