Html Css Color HEX #0C053E Paua

📋 copy color: '#0C053E'

red 12 ◦ green 5 ◦ blue 62

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

Shades of Paua #0C053E

Tints of Paua #0C053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 78.48%

R = 15.19%
G = 6.33%
B = 78.48%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C053E (or 0x0C053E) is known color: Paua. HEX triplet: 0C, 05 and 3E. RGB value is (12,5,62). Sum of RGB (Red+Green+Blue) = 12+5+62=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 62 (24.61% from 255 or 78.48% from 79); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C053E is #F3FAC1. Grayscale: #0D0D0D. Windows color (decimal): -15989442 or 4064524. OLE color: 4064524.

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

Color convert

RGB 12 5 62 -
CMYK 0.81 0.92 0 0.76
HSL 247.37º 0.85% 0.13% -
HSV(B) 247.37º 0.92% 0.24% -
XYZ 1.08 0.53 4.6 -
YUV 13.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 12 5 62 0.81 0.92 0 0.76 247.37 0.85 0.13
Hex C 5 3E 51 5C 0 4C F7 55 D
Octal 14 5 76 121 134 0 114 367 125 15
Binary 1100 101 111110 1010001 1011100 0 1001100 11110111 1010101 1101

Color Harmonies of #0C053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C053E

Black with #0C053E

Text Example


Text Example

White with #0C053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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