Html Css Color HEX #11074D Paua

📋 copy color: '#11074D'

red 17 ◦ green 7 ◦ blue 77

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

Shades of Paua #11074D

Tints of Paua #11074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.93%

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

R = 16.83%
G = 6.93%
B = 76.24%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11074D (or 0x11074D) is known color: Paua. HEX triplet: 11, 07 and 4D. RGB value is (17,7,77). Sum of RGB (Red+Green+Blue) = 17+7+77=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #11074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11074D is #EEF8B2. Grayscale: #111111. Windows color (decimal): -15661235 or 5048081. OLE color: 5048081.

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

Color convert

RGB 17 7 77 -
CMYK 0.78 0.91 0 0.70
HSL 248.57º 0.83% 0.16% -
HSV(B) 248.57º 0.91% 0.3% -
XYZ 1.65 0.81 7.09 -
YUV 17.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 17 7 77 0.78 0.91 0 0.70 248.57 0.83 0.16
Hex 11 7 4D 4E 5B 0 46 F9 53 10
Octal 21 7 115 116 133 0 106 371 123 20
Binary 10001 111 1001101 1001110 1011011 0 1000110 11111001 1010011 10000

Color Harmonies of #11074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11074D

Black with #11074D

Text Example


Text Example

White with #11074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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