Html Css Color HEX #10114B Paua

📋 copy color: '#10114B'

red 16 ◦ green 17 ◦ blue 75

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

Shades of Paua #10114B

Tints of Paua #10114B

RGB

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

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

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

R = 14.81%
G = 15.74%
B = 69.44%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10114B (or 0x10114B) is known color: Paua. HEX triplet: 10, 11 and 4B. RGB value is (16,17,75). Sum of RGB (Red+Green+Blue) = 16+17+75=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #10114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10114B is #EFEEB4. Grayscale: #171717. Windows color (decimal): -15724213 or 4919568. OLE color: 4919568.

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

Color convert

RGB 16 17 75 -
CMYK 0.79 0.77 0 0.71
HSL 238.98º 0.65% 0.18% -
HSV(B) 238.98º 0.79% 0.29% -
XYZ 1.68 1.02 6.76 -
YUV 23.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 16 17 75 0.79 0.77 0 0.71 238.98 0.65 0.18
Hex 10 11 4B 4F 4D 0 47 EF 41 12
Octal 20 21 113 117 115 0 107 357 101 22
Binary 10000 10001 1001011 1001111 1001101 0 1000111 11101111 1000001 10010

Color Harmonies of #10114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10114B

Black with #10114B

Text Example


Text Example

White with #10114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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