#10034E

Color #10034E Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #10034E

Tints of Paua #10034E

Color information

#10034E (or 0x10034E) is unknown color: approx Paua. HEX triplet: 10, 03 and 4E. RGB value is (16,3,78). Sum of RGB (Red+Green+Blue) = 16+3+78=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #10034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10034E is #EFFCB1. Grayscale: #0F0F0F. Windows color (decimal): -15727794 or 5112592. OLE color: 5112592.

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

Color convert

RGB16378-
CMYK0.790.9600.69
HSL250.4º92.59%15.88%-
HSV(B)250.4º96.15%30.59%-
XYZ1.620.737.26-
YUV15.44163.31128.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 78 (30.86% from 255) = 80.41%
R=16.49%
G=3.09%
B=80.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal163780.790.9600.69250.492.5915.88
Hex1034E4F60045fa5d10
Octal203116117140010537213520
Binary10000111001110100111111000000100010111111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10034E;
 }
 .AnyTagClassName
 {
   color: #10034E;
 }
</style>
background-color css

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

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

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

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

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

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