Html Css Color HEX #10114F Paua

📋 copy color: '#10114F'

red 16 ◦ green 17 ◦ blue 79

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

Shades of Paua #10114F

Tints of Paua #10114F

RGB

 RED value IS 16 (6.64% from 255) = 14.29%

 GREEN value IS 17 (7.03% from 255) = 15.18%

 BLUE value IS 79 (31.25% from 255) = 70.54%

R = 14.29%
G = 15.18%
B = 70.54%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10114F (or 0x10114F) is known color: Paua. HEX triplet: 10, 11 and 4F. RGB value is (16,17,79). Sum of RGB (Red+Green+Blue) = 16+17+79=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #10114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10114F is #EFEEB0. Grayscale: #171717. Windows color (decimal): -15724209 or 5181712. OLE color: 5181712.

HSL color Cylindrical-coordinate representation of color #10114F: hue angle of 239.05º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10114F is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 17 79 -
CMYK 0.80 0.78 0 0.69
HSL 239.05º 0.66% 0.19% -
HSV(B) 239.05º 0.8% 0.31% -
XYZ 1.83 1.08 7.51 -
YUV 23.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 16 17 79 0.80 0.78 0 0.69 239.05 0.66 0.19
Hex 10 11 4F 50 4E 0 45 EF 42 13
Octal 20 21 117 120 116 0 105 357 102 23
Binary 10000 10001 1001111 1010000 1001110 0 1000101 11101111 1000010 10011

Color Harmonies of #10114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10114F

Black with #10114F

Text Example


Text Example

White with #10114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10114F; }

 p { color: rgb(16,17,79); }

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

background-color css

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

 a { background-color: rgb(16,17,79); }

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

border-color css

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

 span { border-color: rgb(16,17,79); }

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