Html Css Color HEX #110B3F Paua

📋 copy color: '#110B3F'

red 17 ◦ green 11 ◦ blue 63

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

Shades of Paua #110B3F

Tints of Paua #110B3F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.09%

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

R = 18.68%
G = 12.09%
B = 69.23%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110B3F (or 0x110B3F) is known color: Paua. HEX triplet: 11, 0B and 3F. RGB value is (17,11,63). Sum of RGB (Red+Green+Blue) = 17+11+63=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #110B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B3F is #EEF4C0. Grayscale: #121212. Windows color (decimal): -15660225 or 4131601. OLE color: 4131601.

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

Color convert

RGB 17 11 63 -
CMYK 0.73 0.83 0 0.75
HSL 246.92º 0.7% 0.15% -
HSV(B) 246.92º 0.83% 0.25% -
XYZ 1.25 0.72 4.78 -
YUV 18.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 17 11 63 0.73 0.83 0 0.75 246.92 0.7 0.15
Hex 11 B 3F 49 53 0 4B F7 46 F
Octal 21 13 77 111 123 0 113 367 106 17
Binary 10001 1011 111111 1001001 1010011 0 1001011 11110111 1000110 1111

Color Harmonies of #110B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B3F

Black with #110B3F

Text Example


Text Example

White with #110B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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