Html Css Color HEX #10034A Paua

📋 copy color: '#10034A'

red 16 ◦ green 3 ◦ blue 74

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

Shades of Paua #10034A

Tints of Paua #10034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 79.57%

R = 17.2%
G = 3.23%
B = 79.57%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10034A (or 0x10034A) is known color: Paua. HEX triplet: 10, 03 and 4A. RGB value is (16,3,74). Sum of RGB (Red+Green+Blue) = 16+3+74=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #10034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10034A is #EFFCB5. Grayscale: #0E0E0E. Windows color (decimal): -15727798 or 4850448. OLE color: 4850448.

HSL color Cylindrical-coordinate representation of color #10034A: hue angle of 250.99º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10034A is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 3 74 -
CMYK 0.78 0.96 0 0.71
HSL 250.99º 0.92% 0.15% -
HSV(B) 250.99º 0.96% 0.29% -
XYZ 1.48 0.67 6.53 -
YUV 14.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 16 3 74 0.78 0.96 0 0.71 250.99 0.92 0.15
Hex 10 3 4A 4E 60 0 47 FB 5C F
Octal 20 3 112 116 140 0 107 373 134 17
Binary 10000 11 1001010 1001110 1100000 0 1000111 11111011 1011100 1111

Color Harmonies of #10034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10034A

Black with #10034A

Text Example


Text Example

White with #10034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10034A;
 }
 .AnyTagClassName
 {
   color: #10034A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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