Html Css Color HEX #110A3F Paua

📋 copy color: '#110A3F'

red 17 ◦ green 10 ◦ blue 63

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

Shades of Paua #110A3F

Tints of Paua #110A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.11%

 BLUE value IS 63 (25% from 255) = 70%

R = 18.89%
G = 11.11%
B = 70%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110A3F (or 0x110A3F) is known color: Paua. HEX triplet: 11, 0A and 3F. RGB value is (17,10,63). Sum of RGB (Red+Green+Blue) = 17+10+63=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 63 (25% from 255 or 70% from 90); Max value from RGB is 63 - color contains mainly: blue. Hex color #110A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A3F is #EEF5C0. Grayscale: #111111. Windows color (decimal): -15660481 or 4131345. OLE color: 4131345.

HSL color Cylindrical-coordinate representation of color #110A3F: hue angle of 247.92º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #110A3F is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 10 63 -
CMYK 0.73 0.84 0 0.75
HSL 247.92º 0.73% 0.14% -
HSV(B) 247.92º 0.84% 0.25% -
XYZ 1.24 0.7 4.77 -
YUV 18.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 17 10 63 0.73 0.84 0 0.75 247.92 0.73 0.14
Hex 11 A 3F 49 54 0 4B F8 49 E
Octal 21 12 77 111 124 0 113 370 111 16
Binary 10001 1010 111111 1001001 1010100 0 1001011 11111000 1001001 1110

Color Harmonies of #110A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A3F

Black with #110A3F

Text Example


Text Example

White with #110A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,10,63); }

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

background-color css

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

 a { background-color: rgb(17,10,63); }

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

border-color css

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

 span { border-color: rgb(17,10,63); }

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