Html Css Color HEX #11054A Paua

📋 copy color: '#11054A'

red 17 ◦ green 5 ◦ blue 74

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

Shades of Paua #11054A

Tints of Paua #11054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

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

R = 17.71%
G = 5.21%
B = 77.08%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11054A (or 0x11054A) is known color: Paua. HEX triplet: 11, 05 and 4A. RGB value is (17,5,74). Sum of RGB (Red+Green+Blue) = 17+5+74=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #11054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11054A is #EEFAB5. Grayscale: #101010. Windows color (decimal): -15661750 or 4850961. OLE color: 4850961.

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

Color convert

RGB 17 5 74 -
CMYK 0.77 0.93 0 0.71
HSL 250.43º 0.87% 0.15% -
HSV(B) 250.43º 0.93% 0.29% -
XYZ 1.52 0.72 6.54 -
YUV 16.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 17 5 74 0.77 0.93 0 0.71 250.43 0.87 0.15
Hex 11 5 4A 4D 5D 0 47 FA 57 F
Octal 21 5 112 115 135 0 107 372 127 17
Binary 10001 101 1001010 1001101 1011101 0 1000111 11111010 1010111 1111

Color Harmonies of #11054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11054A

Black with #11054A

Text Example


Text Example

White with #11054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,5,74); }

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

background-color css

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

 a { background-color: rgb(17,5,74); }

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

border-color css

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

 span { border-color: rgb(17,5,74); }

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