Html Css Color HEX #110450 Paua

📋 copy color: '#110450'

red 17 ◦ green 4 ◦ blue 80

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

Shades of Paua #110450

Tints of Paua #110450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 79.21%

R = 16.83%
G = 3.96%
B = 79.21%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#110450 (or 0x110450) is known color: Paua. HEX triplet: 11, 04 and 50. RGB value is (17,4,80). Sum of RGB (Red+Green+Blue) = 17+4+80=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #110450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110450 is #EEFBAF. Grayscale: #101010. Windows color (decimal): -15662000 or 5243921. OLE color: 5243921.

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

Color convert

RGB 17 4 80 -
CMYK 0.79 0.95 0 0.69
HSL 250.26º 0.9% 0.16% -
HSV(B) 250.26º 0.95% 0.31% -
XYZ 1.72 0.79 7.65 -
YUV 16.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 17 4 80 0.79 0.95 0 0.69 250.26 0.9 0.16
Hex 11 4 50 4F 5F 0 45 FA 5A 10
Octal 21 4 120 117 137 0 105 372 132 20
Binary 10001 100 1010000 1001111 1011111 0 1000101 11111010 1011010 10000

Color Harmonies of #110450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110450

Black with #110450

Text Example


Text Example

White with #110450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110450; }

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

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

background-color css

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

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

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

border-color css

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

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

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