Html Css Color HEX #0C004A Paua

📋 copy color: '#0C004A'

red 12 ◦ green 0 ◦ blue 74

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

Shades of Paua #0C004A

Tints of Paua #0C004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.95%
G = 0%
B = 86.05%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C004A (or 0x0C004A) is known color: Paua. HEX triplet: 0C, 00 and 4A. RGB value is (12,0,74). Sum of RGB (Red+Green+Blue) = 12+0+74=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 74 (29.30% from 255 or 86.05% from 86); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C004A is #F3FFB5. Grayscale: #0B0B0B. Windows color (decimal): -15990710 or 4849676. OLE color: 4849676.

HSL color Cylindrical-coordinate representation of color #0C004A: hue angle of 249.73º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C004A is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 0 74 -
CMYK 0.84 1 0 0.71
HSL 249.73º 1% 0.15% -
HSV(B) 249.73º 1% 0.29% -
XYZ 1.39 0.57 6.52 -
YUV 12.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 12 0 74 0.84 1 0 0.71 249.73 1 0.15
Hex C 0 4A 54 64 0 47 FA 64 F
Octal 14 0 112 124 144 0 107 372 144 17
Binary 1100 0 1001010 1010100 1100100 0 1000111 11111010 1100100 1111

Color Harmonies of #0C004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C004A

Black with #0C004A

Text Example


Text Example

White with #0C004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,0,74); }

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

background-color css

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

 a { background-color: rgb(12,0,74); }

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

border-color css

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

 span { border-color: rgb(12,0,74); }

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