Html Css Color HEX #11054B Paua

📋 copy color: '#11054B'

red 17 ◦ green 5 ◦ blue 75

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

Shades of Paua #11054B

Tints of Paua #11054B

RGB

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

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

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

R = 17.53%
G = 5.15%
B = 77.32%

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

#11054B (or 0x11054B) is known color: Paua. HEX triplet: 11, 05 and 4B. RGB value is (17,5,75). Sum of RGB (Red+Green+Blue) = 17+5+75=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #11054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11054B is #EEFAB4. Grayscale: #101010. Windows color (decimal): -15661749 or 4916497. OLE color: 4916497.

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

Color convert

RGB 17 5 75 -
CMYK 0.77 0.93 0 0.71
HSL 250.29º 0.88% 0.16% -
HSV(B) 250.29º 0.93% 0.29% -
XYZ 1.56 0.74 6.72 -
YUV 16.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 17 5 75 0.77 0.93 0 0.71 250.29 0.88 0.16
Hex 11 5 4B 4D 5D 0 47 FA 58 10
Octal 21 5 113 115 135 0 107 372 130 20
Binary 10001 101 1001011 1001101 1011101 0 1000111 11111010 1011000 10000

Color Harmonies of #11054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11054B

Black with #11054B

Text Example


Text Example

White with #11054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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