Html Css Color HEX #11094E Paua

📋 copy color: '#11094E'

red 17 ◦ green 9 ◦ blue 78

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

Shades of Paua #11094E

Tints of Paua #11094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75%

R = 16.35%
G = 8.65%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11094E (or 0x11094E) is known color: Paua. HEX triplet: 11, 09 and 4E. RGB value is (17,9,78). Sum of RGB (Red+Green+Blue) = 17+9+78=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #11094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11094E is #EEF6B1. Grayscale: #121212. Windows color (decimal): -15660722 or 5114129. OLE color: 5114129.

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

Color convert

RGB 17 9 78 -
CMYK 0.78 0.88 0 0.69
HSL 246.96º 0.79% 0.17% -
HSV(B) 246.96º 0.88% 0.31% -
XYZ 1.7 0.86 7.28 -
YUV 19.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 17 9 78 0.78 0.88 0 0.69 246.96 0.79 0.17
Hex 11 9 4E 4E 58 0 45 F7 4F 11
Octal 21 11 116 116 130 0 105 367 117 21
Binary 10001 1001 1001110 1001110 1011000 0 1000101 11110111 1001111 10001

Color Harmonies of #11094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11094E

Black with #11094E

Text Example


Text Example

White with #11094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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