Html Css Color HEX #11064B Paua

📋 copy color: '#11064B'

red 17 ◦ green 6 ◦ blue 75

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

Shades of Paua #11064B

Tints of Paua #11064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.12%

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

R = 17.35%
G = 6.12%
B = 76.53%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11064B (or 0x11064B) is known color: Paua. HEX triplet: 11, 06 and 4B. RGB value is (17,6,75). Sum of RGB (Red+Green+Blue) = 17+6+75=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #11064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11064B is #EEF9B4. Grayscale: #101010. Windows color (decimal): -15661493 or 4916753. OLE color: 4916753.

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

Color convert

RGB 17 6 75 -
CMYK 0.77 0.92 0 0.71
HSL 249.57º 0.85% 0.16% -
HSV(B) 249.57º 0.92% 0.29% -
XYZ 1.57 0.76 6.72 -
YUV 17.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 17 6 75 0.77 0.92 0 0.71 249.57 0.85 0.16
Hex 11 6 4B 4D 5C 0 47 FA 55 10
Octal 21 6 113 115 134 0 107 372 125 20
Binary 10001 110 1001011 1001101 1011100 0 1000111 11111010 1010101 10000

Color Harmonies of #11064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11064B

Black with #11064B

Text Example


Text Example

White with #11064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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