Html Css Color HEX #11044F Paua

📋 copy color: '#11044F'

red 17 ◦ green 4 ◦ blue 79

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

Shades of Paua #11044F

Tints of Paua #11044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4%

 BLUE value IS 79 (31.25% from 255) = 79%

R = 17%
G = 4%
B = 79%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11044F (or 0x11044F) is known color: Paua. HEX triplet: 11, 04 and 4F. RGB value is (17,4,79). Sum of RGB (Red+Green+Blue) = 17+4+79=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #11044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11044F is #EEFBB0. Grayscale: #101010. Windows color (decimal): -15662001 or 5178385. OLE color: 5178385.

HSL color Cylindrical-coordinate representation of color #11044F: hue angle of 250.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11044F is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 4 79 -
CMYK 0.78 0.95 0 0.69
HSL 250.4º 0.9% 0.16% -
HSV(B) 250.4º 0.95% 0.31% -
XYZ 1.69 0.77 7.46 -
YUV 16.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 17 4 79 0.78 0.95 0 0.69 250.4 0.9 0.16
Hex 11 4 4F 4E 5F 0 45 FA 5A 10
Octal 21 4 117 116 137 0 105 372 132 20
Binary 10001 100 1001111 1001110 1011111 0 1000101 11111010 1011010 10000

Color Harmonies of #11044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11044F

Black with #11044F

Text Example


Text Example

White with #11044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11044F; }

 p { color: rgb(17,4,79); }

 H1.HeaderClassName
 {
   color: #11044F;
 }
 .AnyTagClassName
 {
   color: #11044F;
 }
</style>

background-color css

<style>
 a { background-color: #11044F; }

 a { background-color: rgb(17,4,79); }

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

border-color css

<style>
 span { border-color: #11044F; }

 span { border-color: rgb(17,4,79); }

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