Html Css Color HEX #0C0147 Paua

📋 copy color: '#0C0147'

red 12 ◦ green 1 ◦ blue 71

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

Shades of Paua #0C0147

Tints of Paua #0C0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 84.52%

R = 14.29%
G = 1.19%
B = 84.52%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C0147 (or 0x0C0147) is known color: Paua. HEX triplet: 0C, 01 and 47. RGB value is (12,1,71). Sum of RGB (Red+Green+Blue) = 12+1+71=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C0147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0147 is #F3FEB8. Grayscale: #0C0C0C. Windows color (decimal): -15990457 or 4653324. OLE color: 4653324.

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

Color convert

RGB 12 1 71 -
CMYK 0.83 0.99 0 0.72
HSL 249.43º 0.97% 0.14% -
HSV(B) 249.43º 0.99% 0.28% -
XYZ 1.3 0.55 6 -
YUV 12.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 12 1 71 0.83 0.99 0 0.72 249.43 0.97 0.14
Hex C 1 47 53 63 0 48 F9 61 E
Octal 14 1 107 123 143 0 110 371 141 16
Binary 1100 1 1000111 1010011 1100011 0 1001000 11111001 1100001 1110

Color Harmonies of #0C0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0147

Black with #0C0147

Text Example


Text Example

White with #0C0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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