Html Css Color HEX #10104F Paua

📋 copy color: '#10104F'

red 16 ◦ green 16 ◦ blue 79

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

Shades of Paua #10104F

Tints of Paua #10104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

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

R = 14.41%
G = 14.41%
B = 71.17%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10104F (or 0x10104F) is known color: Paua. HEX triplet: 10, 10 and 4F. RGB value is (16,16,79). Sum of RGB (Red+Green+Blue) = 16+16+79=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #10104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10104F is #EFEFB0. Grayscale: #161616. Windows color (decimal): -15724465 or 5181456. OLE color: 5181456.

HSL color Cylindrical-coordinate representation of color #10104F: hue angle of 240º 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 #10104F is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 16 79 -
CMYK 0.80 0.80 0 0.69
HSL 240º 0.66% 0.19% -
HSV(B) 240º 0.8% 0.31% -
XYZ 1.81 1.05 7.5 -
YUV 23.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 16 16 79 0.80 0.80 0 0.69 240 0.66 0.19
Hex 10 10 4F 50 50 0 45 F0 42 13
Octal 20 20 117 120 120 0 105 360 102 23
Binary 10000 10000 1001111 1010000 1010000 0 1000101 11110000 1000010 10011

Color Harmonies of #10104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10104F

Black with #10104F

Text Example


Text Example

White with #10104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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