Html Css Color HEX #11034A Paua

📋 copy color: '#11034A'

red 17 ◦ green 3 ◦ blue 74

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

Shades of Paua #11034A

Tints of Paua #11034A

RGB

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

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

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

R = 18.09%
G = 3.19%
B = 78.72%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11034A (or 0x11034A) is known color: Paua. HEX triplet: 11, 03 and 4A. RGB value is (17,3,74). Sum of RGB (Red+Green+Blue) = 17+3+74=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #11034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11034A is #EEFCB5. Grayscale: #0F0F0F. Windows color (decimal): -15662262 or 4850449. OLE color: 4850449.

HSL color Cylindrical-coordinate representation of color #11034A: hue angle of 251.83º 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 #11034A is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 3 74 -
CMYK 0.77 0.96 0 0.71
HSL 251.83º 0.92% 0.15% -
HSV(B) 251.83º 0.96% 0.29% -
XYZ 1.5 0.68 6.53 -
YUV 15.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 17 3 74 0.77 0.96 0 0.71 251.83 0.92 0.15
Hex 11 3 4A 4D 60 0 47 FC 5C F
Octal 21 3 112 115 140 0 107 374 134 17
Binary 10001 11 1001010 1001101 1100000 0 1000111 11111100 1011100 1111

Color Harmonies of #11034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11034A

Black with #11034A

Text Example


Text Example

White with #11034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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