Html Css Color HEX #11104B Paua

📋 copy color: '#11104B'

red 17 ◦ green 16 ◦ blue 75

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

Shades of Paua #11104B

Tints of Paua #11104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

 BLUE value IS 75 (29.69% from 255) = 69.44%

R = 15.74%
G = 14.81%
B = 69.44%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11104B (or 0x11104B) is known color: Paua. HEX triplet: 11, 10 and 4B. RGB value is (17,16,75). Sum of RGB (Red+Green+Blue) = 17+16+75=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #11104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11104B is #EEEFB4. Grayscale: #161616. Windows color (decimal): -15658933 or 4919313. OLE color: 4919313.

HSL color Cylindrical-coordinate representation of color #11104B: hue angle of 241.02º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11104B is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 16 75 -
CMYK 0.77 0.79 0 0.71
HSL 241.02º 0.65% 0.18% -
HSV(B) 241.02º 0.79% 0.29% -
XYZ 1.69 1 6.76 -
YUV 23.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 17 16 75 0.77 0.79 0 0.71 241.02 0.65 0.18
Hex 11 10 4B 4D 4F 0 47 F1 41 12
Octal 21 20 113 115 117 0 107 361 101 22
Binary 10001 10000 1001011 1001101 1001111 0 1000111 11110001 1000001 10010

Color Harmonies of #11104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11104B

Black with #11104B

Text Example


Text Example

White with #11104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11104B; }

 p { color: rgb(17,16,75); }

 H1.HeaderClassName
 {
   color: #11104B;
 }
 .AnyTagClassName
 {
   color: #11104B;
 }
</style>

background-color css

<style>
 a { background-color: #11104B; }

 a { background-color: rgb(17,16,75); }

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

border-color css

<style>
 span { border-color: #11104B; }

 span { border-color: rgb(17,16,75); }

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