Html Css Color HEX #12064C Paua

📋 copy color: '#12064C'

red 18 ◦ green 6 ◦ blue 76

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

Shades of Paua #12064C

Tints of Paua #12064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 76%

R = 18%
G = 6%
B = 76%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12064C (or 0x12064C) is known color: Paua. HEX triplet: 12, 06 and 4C. RGB value is (18,6,76). Sum of RGB (Red+Green+Blue) = 18+6+76=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #12064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12064C is #EDF9B3. Grayscale: #111111. Windows color (decimal): -15595956 or 4982290. OLE color: 4982290.

HSL color Cylindrical-coordinate representation of color #12064C: hue angle of 250.29º degrees, saturation: 0.85, 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 #12064C is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 6 76 -
CMYK 0.76 0.92 0 0.70
HSL 250.29º 0.85% 0.16% -
HSV(B) 250.29º 0.92% 0.3% -
XYZ 1.62 0.78 6.9 -
YUV 17.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 18 6 76 0.76 0.92 0 0.70 250.29 0.85 0.16
Hex 12 6 4C 4C 5C 0 46 FA 55 10
Octal 22 6 114 114 134 0 106 372 125 20
Binary 10010 110 1001100 1001100 1011100 0 1000110 11111010 1010101 10000

Color Harmonies of #12064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12064C

Black with #12064C

Text Example


Text Example

White with #12064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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