Html Css Color HEX #0C0247 Paua

📋 copy color: '#0C0247'

red 12 ◦ green 2 ◦ blue 71

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

Shades of Paua #0C0247

Tints of Paua #0C0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 14.12%
G = 2.35%
B = 83.53%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C0247 (or 0x0C0247) is known color: Paua. HEX triplet: 0C, 02 and 47. RGB value is (12,2,71). Sum of RGB (Red+Green+Blue) = 12+2+71=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C0247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0247 is #F3FDB8. Grayscale: #0C0C0C. Windows color (decimal): -15990201 or 4653580. OLE color: 4653580.

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

Color convert

RGB 12 2 71 -
CMYK 0.83 0.97 0 0.72
HSL 248.7º 0.95% 0.14% -
HSV(B) 248.7º 0.97% 0.28% -
XYZ 1.31 0.58 6 -
YUV 12.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 12 2 71 0.83 0.97 0 0.72 248.7 0.95 0.14
Hex C 2 47 53 61 0 48 F9 5F E
Octal 14 2 107 123 141 0 110 371 137 16
Binary 1100 10 1000111 1010011 1100001 0 1001000 11111001 1011111 1110

Color Harmonies of #0C0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0247

Black with #0C0247

Text Example


Text Example

White with #0C0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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