Html Css Color HEX #12104A Paua

📋 copy color: '#12104A'

red 18 ◦ green 16 ◦ blue 74

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

Shades of Paua #12104A

Tints of Paua #12104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 16.67%
G = 14.81%
B = 68.52%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12104A (or 0x12104A) is known color: Paua. HEX triplet: 12, 10 and 4A. RGB value is (18,16,74). Sum of RGB (Red+Green+Blue) = 18+16+74=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #12104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12104A is #EDEFB5. Grayscale: #161616. Windows color (decimal): -15593398 or 4853778. OLE color: 4853778.

HSL color Cylindrical-coordinate representation of color #12104A: hue angle of 242.07º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12104A is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 16 74 -
CMYK 0.76 0.78 0 0.71
HSL 242.07º 0.64% 0.18% -
HSV(B) 242.07º 0.78% 0.29% -
XYZ 1.67 0.99 6.58 -
YUV 23.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 18 16 74 0.76 0.78 0 0.71 242.07 0.64 0.18
Hex 12 10 4A 4C 4E 0 47 F2 40 12
Octal 22 20 112 114 116 0 107 362 100 22
Binary 10010 10000 1001010 1001100 1001110 0 1000111 11110010 1000000 10010

Color Harmonies of #12104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12104A

Black with #12104A

Text Example


Text Example

White with #12104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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