Html Css Color HEX #10044D Paua

📋 copy color: '#10044D'

red 16 ◦ green 4 ◦ blue 77

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

Shades of Paua #10044D

Tints of Paua #10044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 16.49%
G = 4.12%
B = 79.38%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10044D (or 0x10044D) is known color: Paua. HEX triplet: 10, 04 and 4D. RGB value is (16,4,77). Sum of RGB (Red+Green+Blue) = 16+4+77=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #10044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10044D is #EFFBB2. Grayscale: #0F0F0F. Windows color (decimal): -15727539 or 5047312. OLE color: 5047312.

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

Color convert

RGB 16 4 77 -
CMYK 0.79 0.95 0 0.70
HSL 249.86º 0.9% 0.16% -
HSV(B) 249.86º 0.95% 0.3% -
XYZ 1.6 0.73 7.08 -
YUV 15.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 16 4 77 0.79 0.95 0 0.70 249.86 0.9 0.16
Hex 10 4 4D 4F 5F 0 46 FA 5A 10
Octal 20 4 115 117 137 0 106 372 132 20
Binary 10000 100 1001101 1001111 1011111 0 1000110 11111010 1011010 10000

Color Harmonies of #10044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10044D

Black with #10044D

Text Example


Text Example

White with #10044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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