Html Css Color HEX #12064A Paua

📋 copy color: '#12064A'

red 18 ◦ green 6 ◦ blue 74

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

Shades of Paua #12064A

Tints of Paua #12064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 75.51%

R = 18.37%
G = 6.12%
B = 75.51%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12064A (or 0x12064A) is known color: Paua. HEX triplet: 12, 06 and 4A. RGB value is (18,6,74). Sum of RGB (Red+Green+Blue) = 18+6+74=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #12064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12064A is #EDF9B5. Grayscale: #111111. Windows color (decimal): -15595958 or 4851218. OLE color: 4851218.

HSL color Cylindrical-coordinate representation of color #12064A: hue angle of 250.59º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12064A is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 6 74 -
CMYK 0.76 0.92 0 0.71
HSL 250.59º 0.85% 0.16% -
HSV(B) 250.59º 0.92% 0.29% -
XYZ 1.55 0.75 6.54 -
YUV 17.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 18 6 74 0.76 0.92 0 0.71 250.59 0.85 0.16
Hex 12 6 4A 4C 5C 0 47 FB 55 10
Octal 22 6 112 114 134 0 107 373 125 20
Binary 10010 110 1001010 1001100 1011100 0 1000111 11111011 1010101 10000

Color Harmonies of #12064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12064A

Black with #12064A

Text Example


Text Example

White with #12064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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