Html Css Color HEX #110D4B Paua

📋 copy color: '#110D4B'

red 17 ◦ green 13 ◦ blue 75

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

Shades of Paua #110D4B

Tints of Paua #110D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

 BLUE value IS 75 (29.69% from 255) = 71.43%

R = 16.19%
G = 12.38%
B = 71.43%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110D4B (or 0x110D4B) is known color: Paua. HEX triplet: 11, 0D and 4B. RGB value is (17,13,75). Sum of RGB (Red+Green+Blue) = 17+13+75=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #110D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D4B is #EEF2B4. Grayscale: #151515. Windows color (decimal): -15659701 or 4918545. OLE color: 4918545.

HSL color Cylindrical-coordinate representation of color #110D4B: hue angle of 243.87º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110D4B is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 13 75 -
CMYK 0.77 0.83 0 0.71
HSL 243.87º 0.7% 0.17% -
HSV(B) 243.87º 0.83% 0.29% -
XYZ 1.65 0.92 6.75 -
YUV 21.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 17 13 75 0.77 0.83 0 0.71 243.87 0.7 0.17
Hex 11 D 4B 4D 53 0 47 F4 46 11
Octal 21 15 113 115 123 0 107 364 106 21
Binary 10001 1101 1001011 1001101 1010011 0 1000111 11110100 1000110 10001

Color Harmonies of #110D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D4B

Black with #110D4B

Text Example


Text Example

White with #110D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,75); }

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

background-color css

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

 a { background-color: rgb(17,13,75); }

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

border-color css

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

 span { border-color: rgb(17,13,75); }

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