Html Css Color HEX #12084D Paua

📋 copy color: '#12084D'

red 18 ◦ green 8 ◦ blue 77

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

Shades of Paua #12084D

Tints of Paua #12084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 74.76%

R = 17.48%
G = 7.77%
B = 74.76%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12084D (or 0x12084D) is known color: Paua. HEX triplet: 12, 08 and 4D. RGB value is (18,8,77). Sum of RGB (Red+Green+Blue) = 18+8+77=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #12084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12084D is #EDF7B2. Grayscale: #121212. Windows color (decimal): -15595443 or 5048338. OLE color: 5048338.

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

Color convert

RGB 18 8 77 -
CMYK 0.77 0.90 0 0.70
HSL 248.7º 0.81% 0.17% -
HSV(B) 248.7º 0.9% 0.3% -
XYZ 1.68 0.84 7.09 -
YUV 18.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 18 8 77 0.77 0.90 0 0.70 248.7 0.81 0.17
Hex 12 8 4D 4D 5A 0 46 F9 51 11
Octal 22 10 115 115 132 0 106 371 121 21
Binary 10010 1000 1001101 1001101 1011010 0 1000110 11111001 1010001 10001

Color Harmonies of #12084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12084D

Black with #12084D

Text Example


Text Example

White with #12084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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