Html Css Color HEX #10064C Paua

📋 copy color: '#10064C'

red 16 ◦ green 6 ◦ blue 76

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

Shades of Paua #10064C

Tints of Paua #10064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 77.55%

R = 16.33%
G = 6.12%
B = 77.55%

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

#10064C (or 0x10064C) is known color: Paua. HEX triplet: 10, 06 and 4C. RGB value is (16,6,76). Sum of RGB (Red+Green+Blue) = 16+6+76=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #10064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10064C is #EFF9B3. Grayscale: #101010. Windows color (decimal): -15727028 or 4982288. OLE color: 4982288.

HSL color Cylindrical-coordinate representation of color #10064C: hue angle of 248.57º degrees, saturation: 0.85, 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 #10064C is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 6 76 -
CMYK 0.79 0.92 0 0.70
HSL 248.57º 0.85% 0.16% -
HSV(B) 248.57º 0.92% 0.3% -
XYZ 1.58 0.76 6.9 -
YUV 16.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 16 6 76 0.79 0.92 0 0.70 248.57 0.85 0.16
Hex 10 6 4C 4F 5C 0 46 F9 55 10
Octal 20 6 114 117 134 0 106 371 125 20
Binary 10000 110 1001100 1001111 1011100 0 1000110 11111001 1010101 10000

Color Harmonies of #10064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10064C

Black with #10064C

Text Example


Text Example

White with #10064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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