Html Css Color HEX #110E48 Paua

📋 copy color: '#110E48'

red 17 ◦ green 14 ◦ blue 72

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

Shades of Paua #110E48

Tints of Paua #110E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.59%

 BLUE value IS 72 (28.52% from 255) = 69.9%

R = 16.5%
G = 13.59%
B = 69.9%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110E48 (or 0x110E48) is known color: Paua. HEX triplet: 11, 0E and 48. RGB value is (17,14,72). Sum of RGB (Red+Green+Blue) = 17+14+72=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #110E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E48 is #EEF1B7. Grayscale: #151515. Windows color (decimal): -15659448 or 4722193. OLE color: 4722193.

HSL color Cylindrical-coordinate representation of color #110E48: hue angle of 243.1º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110E48 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 14 72 -
CMYK 0.76 0.81 0 0.72
HSL 243.1º 0.67% 0.17% -
HSV(B) 243.1º 0.81% 0.28% -
XYZ 1.56 0.9 6.22 -
YUV 21.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 17 14 72 0.76 0.81 0 0.72 243.1 0.67 0.17
Hex 11 E 48 4C 51 0 48 F3 43 11
Octal 21 16 110 114 121 0 110 363 103 21
Binary 10001 1110 1001000 1001100 1010001 0 1001000 11110011 1000011 10001

Color Harmonies of #110E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E48

Black with #110E48

Text Example


Text Example

White with #110E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E48; }

 p { color: rgb(17,14,72); }

 H1.HeaderClassName
 {
   color: #110E48;
 }
 .AnyTagClassName
 {
   color: #110E48;
 }
</style>

background-color css

<style>
 a { background-color: #110E48; }

 a { background-color: rgb(17,14,72); }

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

border-color css

<style>
 span { border-color: #110E48; }

 span { border-color: rgb(17,14,72); }

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