Html Css Color HEX #10114C Paua

📋 copy color: '#10114C'

red 16 ◦ green 17 ◦ blue 76

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

Shades of Paua #10114C

Tints of Paua #10114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 69.72%

R = 14.68%
G = 15.6%
B = 69.72%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10114C (or 0x10114C) is known color: Paua. HEX triplet: 10, 11 and 4C. RGB value is (16,17,76). Sum of RGB (Red+Green+Blue) = 16+17+76=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #10114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10114C is #EFEEB3. Grayscale: #171717. Windows color (decimal): -15724212 or 4985104. OLE color: 4985104.

HSL color Cylindrical-coordinate representation of color #10114C: hue angle of 239º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10114C is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 17 76 -
CMYK 0.79 0.78 0 0.70
HSL 239º 0.65% 0.18% -
HSV(B) 239º 0.79% 0.3% -
XYZ 1.72 1.03 6.95 -
YUV 23.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 16 17 76 0.79 0.78 0 0.70 239 0.65 0.18
Hex 10 11 4C 4F 4E 0 46 EF 41 12
Octal 20 21 114 117 116 0 106 357 101 22
Binary 10000 10001 1001100 1001111 1001110 0 1000110 11101111 1000001 10010

Color Harmonies of #10114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10114C

Black with #10114C

Text Example


Text Example

White with #10114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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