Html Css Color HEX #11034E Paua

📋 copy color: '#11034E'

red 17 ◦ green 3 ◦ blue 78

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

Shades of Paua #11034E

Tints of Paua #11034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

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

R = 17.35%
G = 3.06%
B = 79.59%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11034E (or 0x11034E) is known color: Paua. HEX triplet: 11, 03 and 4E. RGB value is (17,3,78). Sum of RGB (Red+Green+Blue) = 17+3+78=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #11034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11034E is #EEFCB1. Grayscale: #0F0F0F. Windows color (decimal): -15662258 or 5112593. OLE color: 5112593.

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

Color convert

RGB 17 3 78 -
CMYK 0.78 0.96 0 0.69
HSL 251.2º 0.93% 0.16% -
HSV(B) 251.2º 0.96% 0.31% -
XYZ 1.64 0.73 7.26 -
YUV 15.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 17 3 78 0.78 0.96 0 0.69 251.2 0.93 0.16
Hex 11 3 4E 4E 60 0 45 FB 5D 10
Octal 21 3 116 116 140 0 105 373 135 20
Binary 10001 11 1001110 1001110 1100000 0 1000101 11111011 1011101 10000

Color Harmonies of #11034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11034E

Black with #11034E

Text Example


Text Example

White with #11034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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