Html Css Color HEX #11044D Paua

📋 copy color: '#11044D'

red 17 ◦ green 4 ◦ blue 77

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

Shades of Paua #11044D

Tints of Paua #11044D

RGB

 RED value IS 17 (7.03% from 255) = 17.35%

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

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

R = 17.35%
G = 4.08%
B = 78.57%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11044D (or 0x11044D) is known color: Paua. HEX triplet: 11, 04 and 4D. RGB value is (17,4,77). Sum of RGB (Red+Green+Blue) = 17+4+77=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #11044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11044D is #EEFBB2. Grayscale: #0F0F0F. Windows color (decimal): -15662003 or 5047313. OLE color: 5047313.

HSL color Cylindrical-coordinate representation of color #11044D: hue angle of 250.68º 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 #11044D is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 4 77 -
CMYK 0.78 0.95 0 0.70
HSL 250.68º 0.9% 0.16% -
HSV(B) 250.68º 0.95% 0.3% -
XYZ 1.61 0.74 7.08 -
YUV 16.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 17 4 77 0.78 0.95 0 0.70 250.68 0.9 0.16
Hex 11 4 4D 4E 5F 0 46 FB 5A 10
Octal 21 4 115 116 137 0 106 373 132 20
Binary 10001 100 1001101 1001110 1011111 0 1000110 11111011 1011010 10000

Color Harmonies of #11044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11044D

Black with #11044D

Text Example


Text Example

White with #11044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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