Html Css Color HEX #121045 Paua

📋 copy color: '#121045'

red 18 ◦ green 16 ◦ blue 69

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

Shades of Paua #121045

Tints of Paua #121045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 17.48%
G = 15.53%
B = 66.99%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121045 (or 0x121045) is known color: Paua. HEX triplet: 12, 10 and 45. RGB value is (18,16,69). Sum of RGB (Red+Green+Blue) = 18+16+69=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #121045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121045 is #EDEFBA. Grayscale: #161616. Windows color (decimal): -15593403 or 4526098. OLE color: 4526098.

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

Color convert

RGB 18 16 69 -
CMYK 0.74 0.77 0 0.73
HSL 242.26º 0.62% 0.17% -
HSV(B) 242.26º 0.77% 0.27% -
XYZ 1.51 0.93 5.73 -
YUV 22.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 18 16 69 0.74 0.77 0 0.73 242.26 0.62 0.17
Hex 12 10 45 4A 4D 0 49 F2 3E 11
Octal 22 20 105 112 115 0 111 362 76 21
Binary 10010 10000 1000101 1001010 1001101 0 1001001 11110010 111110 10001

Color Harmonies of #121045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121045

Black with #121045

Text Example


Text Example

White with #121045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121045; }

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

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

background-color css

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

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

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

border-color css

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

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

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