Html Css Color HEX #12064D Paua

📋 copy color: '#12064D'

red 18 ◦ green 6 ◦ blue 77

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

Shades of Paua #12064D

Tints of Paua #12064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

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

R = 17.82%
G = 5.94%
B = 76.24%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12064D (or 0x12064D) is known color: Paua. HEX triplet: 12, 06 and 4D. RGB value is (18,6,77). Sum of RGB (Red+Green+Blue) = 18+6+77=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #12064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12064D is #EDF9B2. Grayscale: #111111. Windows color (decimal): -15595955 or 5047826. OLE color: 5047826.

HSL color Cylindrical-coordinate representation of color #12064D: hue angle of 250.14º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12064D is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 6 77 -
CMYK 0.77 0.92 0 0.70
HSL 250.14º 0.86% 0.16% -
HSV(B) 250.14º 0.92% 0.3% -
XYZ 1.65 0.79 7.09 -
YUV 17.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 18 6 77 0.77 0.92 0 0.70 250.14 0.86 0.16
Hex 12 6 4D 4D 5C 0 46 FA 56 10
Octal 22 6 115 115 134 0 106 372 126 20
Binary 10010 110 1001101 1001101 1011100 0 1000110 11111010 1010110 10000

Color Harmonies of #12064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12064D

Black with #12064D

Text Example


Text Example

White with #12064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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