Html Css Color HEX #0C053F Paua

📋 copy color: '#0C053F'

red 12 ◦ green 5 ◦ blue 63

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

Shades of Paua #0C053F

Tints of Paua #0C053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

 BLUE value IS 63 (25% from 255) = 78.75%

R = 15%
G = 6.25%
B = 78.75%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C053F (or 0x0C053F) is known color: Paua. HEX triplet: 0C, 05 and 3F. RGB value is (12,5,63). Sum of RGB (Red+Green+Blue) = 12+5+63=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 63 (25% from 255 or 78.75% from 80); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C053F is #F3FAC0. Grayscale: #0D0D0D. Windows color (decimal): -15989441 or 4130060. OLE color: 4130060.

HSL color Cylindrical-coordinate representation of color #0C053F: hue angle of 247.24º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C053F is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 5 63 -
CMYK 0.81 0.92 0 0.75
HSL 247.24º 0.85% 0.13% -
HSV(B) 247.24º 0.92% 0.25% -
XYZ 1.1 0.55 4.75 -
YUV 13.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 12 5 63 0.81 0.92 0 0.75 247.24 0.85 0.13
Hex C 5 3F 51 5C 0 4B F7 55 D
Octal 14 5 77 121 134 0 113 367 125 15
Binary 1100 101 111111 1010001 1011100 0 1001011 11110111 1010101 1101

Color Harmonies of #0C053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C053F

Black with #0C053F

Text Example


Text Example

White with #0C053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,63); }

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

background-color css

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

 a { background-color: rgb(12,5,63); }

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

border-color css

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

 span { border-color: rgb(12,5,63); }

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