Html Css Color HEX #11044C Paua

📋 copy color: '#11044C'

red 17 ◦ green 4 ◦ blue 76

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

Shades of Paua #11044C

Tints of Paua #11044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 78.35%

R = 17.53%
G = 4.12%
B = 78.35%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11044C (or 0x11044C) is known color: Paua. HEX triplet: 11, 04 and 4C. RGB value is (17,4,76). Sum of RGB (Red+Green+Blue) = 17+4+76=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #11044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11044C is #EEFBB3. Grayscale: #0F0F0F. Windows color (decimal): -15662004 or 4981777. OLE color: 4981777.

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

Color convert

RGB 17 4 76 -
CMYK 0.78 0.95 0 0.70
HSL 250.83º 0.9% 0.16% -
HSV(B) 250.83º 0.95% 0.3% -
XYZ 1.58 0.73 6.89 -
YUV 16.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 17 4 76 0.78 0.95 0 0.70 250.83 0.9 0.16
Hex 11 4 4C 4E 5F 0 46 FB 5A 10
Octal 21 4 114 116 137 0 106 373 132 20
Binary 10001 100 1001100 1001110 1011111 0 1000110 11111011 1011010 10000

Color Harmonies of #11044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11044C

Black with #11044C

Text Example


Text Example

White with #11044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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