Html Css Color HEX #11084B Paua

📋 copy color: '#11084B'

red 17 ◦ green 8 ◦ blue 75

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

Shades of Paua #11084B

Tints of Paua #11084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8%

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

R = 17%
G = 8%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11084B (or 0x11084B) is known color: Paua. HEX triplet: 11, 08 and 4B. RGB value is (17,8,75). Sum of RGB (Red+Green+Blue) = 17+8+75=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #11084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11084B is #EEF7B4. Grayscale: #121212. Windows color (decimal): -15660981 or 4917265. OLE color: 4917265.

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

Color convert

RGB 17 8 75 -
CMYK 0.77 0.89 0 0.71
HSL 248.06º 0.81% 0.16% -
HSV(B) 248.06º 0.89% 0.29% -
XYZ 1.59 0.8 6.73 -
YUV 18.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 17 8 75 0.77 0.89 0 0.71 248.06 0.81 0.16
Hex 11 8 4B 4D 59 0 47 F8 51 10
Octal 21 10 113 115 131 0 107 370 121 20
Binary 10001 1000 1001011 1001101 1011001 0 1000111 11111000 1010001 10000

Color Harmonies of #11084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11084B

Black with #11084B

Text Example


Text Example

White with #11084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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