Html Css Color HEX #120845 Paua

📋 copy color: '#120845'

red 18 ◦ green 8 ◦ blue 69

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

Shades of Paua #120845

Tints of Paua #120845

RGB

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

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

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

R = 18.95%
G = 8.42%
B = 72.63%

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

#120845 (or 0x120845) is known color: Paua. HEX triplet: 12, 08 and 45. RGB value is (18,8,69). Sum of RGB (Red+Green+Blue) = 18+8+69=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 69 (27.34% from 255 or 72.63% from 95); Max value from RGB is 69 - color contains mainly: blue. Hex color #120845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120845 is #EDF7BA. Grayscale: #111111. Windows color (decimal): -15595451 or 4524050. OLE color: 4524050.

HSL color Cylindrical-coordinate representation of color #120845: hue angle of 249.84º 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 #120845 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 8 69 -
CMYK 0.74 0.88 0 0.73
HSL 249.84º 0.79% 0.15% -
HSV(B) 249.84º 0.88% 0.27% -
XYZ 1.41 0.73 5.7 -
YUV 17.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 18 8 69 0.74 0.88 0 0.73 249.84 0.79 0.15
Hex 12 8 45 4A 58 0 49 FA 4F F
Octal 22 10 105 112 130 0 111 372 117 17
Binary 10010 1000 1000101 1001010 1011000 0 1001001 11111010 1001111 1111

Color Harmonies of #120845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120845

Black with #120845

Text Example


Text Example

White with #120845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120845; }

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

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

background-color css

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

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

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

border-color css

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

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

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