Html Css Color HEX #0C0249 Paua

📋 copy color: '#0C0249'

red 12 ◦ green 2 ◦ blue 73

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

Shades of Paua #0C0249

Tints of Paua #0C0249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 83.91%

R = 13.79%
G = 2.3%
B = 83.91%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C0249 (or 0x0C0249) is known color: Paua. HEX triplet: 0C, 02 and 49. RGB value is (12,2,73). Sum of RGB (Red+Green+Blue) = 12+2+73=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0249 is #F3FDB6. Grayscale: #0C0C0C. Windows color (decimal): -15990199 or 4784652. OLE color: 4784652.

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

Color convert

RGB 12 2 73 -
CMYK 0.84 0.97 0 0.71
HSL 248.45º 0.95% 0.15% -
HSV(B) 248.45º 0.97% 0.29% -
XYZ 1.38 0.6 6.35 -
YUV 13.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 12 2 73 0.84 0.97 0 0.71 248.45 0.95 0.15
Hex C 2 49 54 61 0 47 F8 5F F
Octal 14 2 111 124 141 0 107 370 137 17
Binary 1100 10 1001001 1010100 1100001 0 1000111 11111000 1011111 1111

Color Harmonies of #0C0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0249

Black with #0C0249

Text Example


Text Example

White with #0C0249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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