Html Css Color HEX #0C0143 Paua

📋 copy color: '#0C0143'

red 12 ◦ green 1 ◦ blue 67

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

Shades of Paua #0C0143

Tints of Paua #0C0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 83.75%

R = 15%
G = 1.25%
B = 83.75%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0C0143 (or 0x0C0143) is known color: Paua. HEX triplet: 0C, 01 and 43. RGB value is (12,1,67). Sum of RGB (Red+Green+Blue) = 12+1+67=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 67 (26.56% from 255 or 83.75% from 80); Max value from RGB is 67 - color contains mainly: blue. Hex color #0C0143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0143 is #F3FEBC. Grayscale: #0B0B0B. Windows color (decimal): -15990461 or 4391180. OLE color: 4391180.

HSL color Cylindrical-coordinate representation of color #0C0143: hue angle of 250º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0143 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 1 67 -
CMYK 0.82 0.99 0 0.74
HSL 250º 0.97% 0.13% -
HSV(B) 250º 0.99% 0.26% -
XYZ 1.18 0.51 5.35 -
YUV 11.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 12 1 67 0.82 0.99 0 0.74 250 0.97 0.13
Hex C 1 43 52 63 0 4A FA 61 D
Octal 14 1 103 122 143 0 112 372 141 15
Binary 1100 1 1000011 1010010 1100011 0 1001010 11111010 1100001 1101

Color Harmonies of #0C0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0143

Black with #0C0143

Text Example


Text Example

White with #0C0143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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