Html Css Color HEX #110F48 Paua

📋 copy color: '#110F48'

red 17 ◦ green 15 ◦ blue 72

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

Shades of Paua #110F48

Tints of Paua #110F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.42%

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

R = 16.35%
G = 14.42%
B = 69.23%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110F48 (or 0x110F48) is known color: Paua. HEX triplet: 11, 0F and 48. RGB value is (17,15,72). Sum of RGB (Red+Green+Blue) = 17+15+72=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #110F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F48 is #EEF0B7. Grayscale: #151515. Windows color (decimal): -15659192 or 4722449. OLE color: 4722449.

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

Color convert

RGB 17 15 72 -
CMYK 0.76 0.79 0 0.72
HSL 242.11º 0.66% 0.17% -
HSV(B) 242.11º 0.79% 0.28% -
XYZ 1.57 0.93 6.23 -
YUV 22.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 17 15 72 0.76 0.79 0 0.72 242.11 0.66 0.17
Hex 11 F 48 4C 4F 0 48 F2 42 11
Octal 21 17 110 114 117 0 110 362 102 21
Binary 10001 1111 1001000 1001100 1001111 0 1001000 11110010 1000010 10001

Color Harmonies of #110F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F48

Black with #110F48

Text Example


Text Example

White with #110F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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