Html Css Color HEX #10114D Paua

📋 copy color: '#10114D'

red 16 ◦ green 17 ◦ blue 77

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

Shades of Paua #10114D

Tints of Paua #10114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 70%

R = 14.55%
G = 15.45%
B = 70%

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

#10114D (or 0x10114D) is known color: Paua. HEX triplet: 10, 11 and 4D. RGB value is (16,17,77). Sum of RGB (Red+Green+Blue) = 16+17+77=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #10114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10114D is #EFEEB2. Grayscale: #171717. Windows color (decimal): -15724211 or 5050640. OLE color: 5050640.

HSL color Cylindrical-coordinate representation of color #10114D: hue angle of 239.02º degrees, saturation: 0.66, 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 #10114D is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 17 77 -
CMYK 0.79 0.78 0 0.70
HSL 239.02º 0.66% 0.18% -
HSV(B) 239.02º 0.79% 0.3% -
XYZ 1.75 1.05 7.13 -
YUV 23.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 16 17 77 0.79 0.78 0 0.70 239.02 0.66 0.18
Hex 10 11 4D 4F 4E 0 46 EF 42 12
Octal 20 21 115 117 116 0 106 357 102 22
Binary 10000 10001 1001101 1001111 1001110 0 1000110 11101111 1000010 10010

Color Harmonies of #10114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10114D

Black with #10114D

Text Example


Text Example

White with #10114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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