Html Css Color HEX #0C0146 Paua

📋 copy color: '#0C0146'

red 12 ◦ green 1 ◦ blue 70

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

Shades of Paua #0C0146

Tints of Paua #0C0146

RGB

 RED value IS 12 (5.08% from 255) = 14.46%

 GREEN value IS 1 (0.78% from 255) = 1.2%

 BLUE value IS 70 (27.73% from 255) = 84.34%

R = 14.46%
G = 1.2%
B = 84.34%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0C0146 (or 0x0C0146) is known color: Paua. HEX triplet: 0C, 01 and 46. RGB value is (12,1,70). Sum of RGB (Red+Green+Blue) = 12+1+70=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #0C0146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0146 is #F3FEB9. Grayscale: #0B0B0B. Windows color (decimal): -15990458 or 4587788. OLE color: 4587788.

HSL color Cylindrical-coordinate representation of color #0C0146: hue angle of 249.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0146 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 1 70 -
CMYK 0.83 0.99 0 0.73
HSL 249.57º 0.97% 0.14% -
HSV(B) 249.57º 0.99% 0.27% -
XYZ 1.27 0.54 5.83 -
YUV 12.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 12 1 70 0.83 0.99 0 0.73 249.57 0.97 0.14
Hex C 1 46 53 63 0 49 FA 61 E
Octal 14 1 106 123 143 0 111 372 141 16
Binary 1100 1 1000110 1010011 1100011 0 1001001 11111010 1100001 1110

Color Harmonies of #0C0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0146

Black with #0C0146

Text Example


Text Example

White with #0C0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0146; }

 p { color: rgb(12,1,70); }

 H1.HeaderClassName
 {
   color: #0C0146;
 }
 .AnyTagClassName
 {
   color: #0C0146;
 }
</style>

background-color css

<style>
 a { background-color: #0C0146; }

 a { background-color: rgb(12,1,70); }

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

border-color css

<style>
 span { border-color: #0C0146; }

 span { border-color: rgb(12,1,70); }

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