Html Css Color HEX #12104E Paua

📋 copy color: '#12104E'

red 18 ◦ green 16 ◦ blue 78

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

Shades of Paua #12104E

Tints of Paua #12104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 69.64%

R = 16.07%
G = 14.29%
B = 69.64%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12104E (or 0x12104E) is known color: Paua. HEX triplet: 12, 10 and 4E. RGB value is (18,16,78). Sum of RGB (Red+Green+Blue) = 18+16+78=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #12104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12104E is #EDEFB1. Grayscale: #171717. Windows color (decimal): -15593394 or 5115922. OLE color: 5115922.

HSL color Cylindrical-coordinate representation of color #12104E: hue angle of 241.94º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12104E is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 16 78 -
CMYK 0.77 0.79 0 0.69
HSL 241.94º 0.66% 0.18% -
HSV(B) 241.94º 0.79% 0.31% -
XYZ 1.81 1.05 7.31 -
YUV 23.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 18 16 78 0.77 0.79 0 0.69 241.94 0.66 0.18
Hex 12 10 4E 4D 4F 0 45 F2 42 12
Octal 22 20 116 115 117 0 105 362 102 22
Binary 10010 10000 1001110 1001101 1001111 0 1000101 11110010 1000010 10010

Color Harmonies of #12104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12104E

Black with #12104E

Text Example


Text Example

White with #12104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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