Html Css Color HEX #0A0340 Paua

📋 copy color: '#0A0340'

red 10 ◦ green 3 ◦ blue 64

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

Shades of Paua #0A0340

Tints of Paua #0A0340

RGB

 RED value IS 10 (4.3% from 255) = 12.99%

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

 BLUE value IS 64 (25.39% from 255) = 83.12%

R = 12.99%
G = 3.9%
B = 83.12%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A0340 (or 0x0A0340) is known color: Paua. HEX triplet: 0A, 03 and 40. RGB value is (10,3,64). Sum of RGB (Red+Green+Blue) = 10+3+64=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A0340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0340 is #F5FCBF. Grayscale: #0B0B0B. Windows color (decimal): -16121024 or 4195082. OLE color: 4195082.

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

Color convert

RGB 10 3 64 -
CMYK 0.84 0.95 0 0.75
HSL 246.89º 0.91% 0.13% -
HSV(B) 246.89º 0.95% 0.25% -
XYZ 1.08 0.5 4.89 -
YUV 12.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 10 3 64 0.84 0.95 0 0.75 246.89 0.91 0.13
Hex A 3 40 54 5F 0 4B F7 5B D
Octal 12 3 100 124 137 0 113 367 133 15
Binary 1010 11 1000000 1010100 1011111 0 1001011 11110111 1011011 1101

Color Harmonies of #0A0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0340

Black with #0A0340

Text Example


Text Example

White with #0A0340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,64); }

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

background-color css

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

 a { background-color: rgb(10,3,64); }

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

border-color css

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

 span { border-color: rgb(10,3,64); }

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