Html Css Color HEX #11024E Paua

📋 copy color: '#11024E'

red 17 ◦ green 2 ◦ blue 78

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

Shades of Paua #11024E

Tints of Paua #11024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.06%

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

R = 17.53%
G = 2.06%
B = 80.41%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11024E (or 0x11024E) is known color: Paua. HEX triplet: 11, 02 and 4E. RGB value is (17,2,78). Sum of RGB (Red+Green+Blue) = 17+2+78=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #11024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11024E is #EEFDB1. Grayscale: #0E0E0E. Windows color (decimal): -15662514 or 5112337. OLE color: 5112337.

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

Color convert

RGB 17 2 78 -
CMYK 0.78 0.97 0 0.69
HSL 251.84º 0.95% 0.16% -
HSV(B) 251.84º 0.97% 0.31% -
XYZ 1.63 0.71 7.26 -
YUV 15.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 17 2 78 0.78 0.97 0 0.69 251.84 0.95 0.16
Hex 11 2 4E 4E 61 0 45 FC 5F 10
Octal 21 2 116 116 141 0 105 374 137 20
Binary 10001 10 1001110 1001110 1100001 0 1000101 11111100 1011111 10000

Color Harmonies of #11024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11024E

Black with #11024E

Text Example


Text Example

White with #11024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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