Html Css Color HEX #10064D Paua

📋 copy color: '#10064D'

red 16 ◦ green 6 ◦ blue 77

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

Shades of Paua #10064D

Tints of Paua #10064D

RGB

 RED value IS 16 (6.64% from 255) = 16.16%

 GREEN value IS 6 (2.73% from 255) = 6.06%

 BLUE value IS 77 (30.47% from 255) = 77.78%

R = 16.16%
G = 6.06%
B = 77.78%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10064D (or 0x10064D) is known color: Paua. HEX triplet: 10, 06 and 4D. RGB value is (16,6,77). Sum of RGB (Red+Green+Blue) = 16+6+77=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #10064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10064D is #EFF9B2. Grayscale: #101010. Windows color (decimal): -15727027 or 5047824. OLE color: 5047824.

HSL color Cylindrical-coordinate representation of color #10064D: hue angle of 248.45º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10064D is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 6 77 -
CMYK 0.79 0.92 0 0.70
HSL 248.45º 0.86% 0.16% -
HSV(B) 248.45º 0.92% 0.3% -
XYZ 1.62 0.78 7.09 -
YUV 17.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 16 6 77 0.79 0.92 0 0.70 248.45 0.86 0.16
Hex 10 6 4D 4F 5C 0 46 F8 56 10
Octal 20 6 115 117 134 0 106 370 126 20
Binary 10000 110 1001101 1001111 1011100 0 1000110 11111000 1010110 10000

Color Harmonies of #10064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10064D

Black with #10064D

Text Example


Text Example

White with #10064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10064D; }

 p { color: rgb(16,6,77); }

 H1.HeaderClassName
 {
   color: #10064D;
 }
 .AnyTagClassName
 {
   color: #10064D;
 }
</style>

background-color css

<style>
 a { background-color: #10064D; }

 a { background-color: rgb(16,6,77); }

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

border-color css

<style>
 span { border-color: #10064D; }

 span { border-color: rgb(16,6,77); }

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