Html Css Color HEX #0C0348 Paua

📋 copy color: '#0C0348'

red 12 ◦ green 3 ◦ blue 72

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

Shades of Paua #0C0348

Tints of Paua #0C0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.45%

 BLUE value IS 72 (28.52% from 255) = 82.76%

R = 13.79%
G = 3.45%
B = 82.76%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C0348 (or 0x0C0348) is known color: Paua. HEX triplet: 0C, 03 and 48. RGB value is (12,3,72). Sum of RGB (Red+Green+Blue) = 12+3+72=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #0C0348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0348 is #F3FCB7. Grayscale: #0D0D0D. Windows color (decimal): -15989944 or 4719372. OLE color: 4719372.

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

Color convert

RGB 12 3 72 -
CMYK 0.83 0.96 0 0.72
HSL 247.83º 0.92% 0.15% -
HSV(B) 247.83º 0.96% 0.28% -
XYZ 1.35 0.61 6.18 -
YUV 13.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 12 3 72 0.83 0.96 0 0.72 247.83 0.92 0.15
Hex C 3 48 53 60 0 48 F8 5C F
Octal 14 3 110 123 140 0 110 370 134 17
Binary 1100 11 1001000 1010011 1100000 0 1001000 11111000 1011100 1111

Color Harmonies of #0C0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0348

Black with #0C0348

Text Example


Text Example

White with #0C0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,3,72); }

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

background-color css

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

 a { background-color: rgb(12,3,72); }

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

border-color css

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

 span { border-color: rgb(12,3,72); }

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