Html Css Color HEX #12084E Paua

📋 copy color: '#12084E'

red 18 ◦ green 8 ◦ blue 78

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

Shades of Paua #12084E

Tints of Paua #12084E

RGB

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

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

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

R = 17.31%
G = 7.69%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12084E (or 0x12084E) is known color: Paua. HEX triplet: 12, 08 and 4E. RGB value is (18,8,78). Sum of RGB (Red+Green+Blue) = 18+8+78=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #12084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12084E is #EDF7B1. Grayscale: #121212. Windows color (decimal): -15595442 or 5113874. OLE color: 5113874.

HSL color Cylindrical-coordinate representation of color #12084E: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12084E is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 8 78 -
CMYK 0.77 0.90 0 0.69
HSL 248.57º 0.81% 0.17% -
HSV(B) 248.57º 0.9% 0.31% -
XYZ 1.71 0.85 7.28 -
YUV 18.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 18 8 78 0.77 0.90 0 0.69 248.57 0.81 0.17
Hex 12 8 4E 4D 5A 0 45 F9 51 11
Octal 22 10 116 115 132 0 105 371 121 21
Binary 10010 1000 1001110 1001101 1011010 0 1000101 11111001 1010001 10001

Color Harmonies of #12084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12084E

Black with #12084E

Text Example


Text Example

White with #12084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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