Html Css Color HEX #110C3F Paua

📋 copy color: '#110C3F'

red 17 ◦ green 12 ◦ blue 63

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

Shades of Paua #110C3F

Tints of Paua #110C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.04%

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

R = 18.48%
G = 13.04%
B = 68.48%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110C3F (or 0x110C3F) is known color: Paua. HEX triplet: 11, 0C and 3F. RGB value is (17,12,63). Sum of RGB (Red+Green+Blue) = 17+12+63=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #110C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C3F is #EEF3C0. Grayscale: #131313. Windows color (decimal): -15659969 or 4131857. OLE color: 4131857.

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

Color convert

RGB 17 12 63 -
CMYK 0.73 0.81 0 0.75
HSL 245.88º 0.68% 0.15% -
HSV(B) 245.88º 0.81% 0.25% -
XYZ 1.26 0.74 4.78 -
YUV 19.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 17 12 63 0.73 0.81 0 0.75 245.88 0.68 0.15
Hex 11 C 3F 49 51 0 4B F6 44 F
Octal 21 14 77 111 121 0 113 366 104 17
Binary 10001 1100 111111 1001001 1010001 0 1001011 11110110 1000100 1111

Color Harmonies of #110C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C3F

Black with #110C3F

Text Example


Text Example

White with #110C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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