Html Css Color HEX #10064E Paua

📋 copy color: '#10064E'

red 16 ◦ green 6 ◦ blue 78

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

Shades of Paua #10064E

Tints of Paua #10064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 78%

R = 16%
G = 6%
B = 78%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10064E (or 0x10064E) is known color: Paua. HEX triplet: 10, 06 and 4E. RGB value is (16,6,78). Sum of RGB (Red+Green+Blue) = 16+6+78=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #10064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10064E is #EFF9B1. Grayscale: #101010. Windows color (decimal): -15727026 or 5113360. OLE color: 5113360.

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

Color convert

RGB 16 6 78 -
CMYK 0.79 0.92 0 0.69
HSL 248.33º 0.86% 0.16% -
HSV(B) 248.33º 0.92% 0.31% -
XYZ 1.65 0.79 7.27 -
YUV 17.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 16 6 78 0.79 0.92 0 0.69 248.33 0.86 0.16
Hex 10 6 4E 4F 5C 0 45 F8 56 10
Octal 20 6 116 117 134 0 105 370 126 20
Binary 10000 110 1001110 1001111 1011100 0 1000101 11111000 1010110 10000

Color Harmonies of #10064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10064E

Black with #10064E

Text Example


Text Example

White with #10064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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