Html Css Color HEX #11094D Paua

📋 copy color: '#11094D'

red 17 ◦ green 9 ◦ blue 77

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

Shades of Paua #11094D

Tints of Paua #11094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

 BLUE value IS 77 (30.47% from 255) = 74.76%

R = 16.5%
G = 8.74%
B = 74.76%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11094D (or 0x11094D) is known color: Paua. HEX triplet: 11, 09 and 4D. RGB value is (17,9,77). Sum of RGB (Red+Green+Blue) = 17+9+77=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #11094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11094D is #EEF6B2. Grayscale: #121212. Windows color (decimal): -15660723 or 5048593. OLE color: 5048593.

HSL color Cylindrical-coordinate representation of color #11094D: hue angle of 247.06º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11094D is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 9 77 -
CMYK 0.78 0.88 0 0.70
HSL 247.06º 0.79% 0.17% -
HSV(B) 247.06º 0.88% 0.3% -
XYZ 1.67 0.85 7.1 -
YUV 19.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 17 9 77 0.78 0.88 0 0.70 247.06 0.79 0.17
Hex 11 9 4D 4E 58 0 46 F7 4F 11
Octal 21 11 115 116 130 0 106 367 117 21
Binary 10001 1001 1001101 1001110 1011000 0 1000110 11110111 1001111 10001

Color Harmonies of #11094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11094D

Black with #11094D

Text Example


Text Example

White with #11094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11094D; }

 p { color: rgb(17,9,77); }

 H1.HeaderClassName
 {
   color: #11094D;
 }
 .AnyTagClassName
 {
   color: #11094D;
 }
</style>

background-color css

<style>
 a { background-color: #11094D; }

 a { background-color: rgb(17,9,77); }

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

border-color css

<style>
 span { border-color: #11094D; }

 span { border-color: rgb(17,9,77); }

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