Html Css Color HEX #100C4D Paua

📋 copy color: '#100C4D'

red 16 ◦ green 12 ◦ blue 77

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

Shades of Paua #100C4D

Tints of Paua #100C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

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

R = 15.24%
G = 11.43%
B = 73.33%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#100C4D (or 0x100C4D) is known color: Paua. HEX triplet: 10, 0C and 4D. RGB value is (16,12,77). Sum of RGB (Red+Green+Blue) = 16+12+77=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #100C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C4D is #EFF3B2. Grayscale: #141414. Windows color (decimal): -15725491 or 5049360. OLE color: 5049360.

HSL color Cylindrical-coordinate representation of color #100C4D: hue angle of 243.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100C4D is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 12 77 -
CMYK 0.79 0.84 0 0.70
HSL 243.69º 0.73% 0.17% -
HSV(B) 243.69º 0.84% 0.3% -
XYZ 1.68 0.91 7.11 -
YUV 20.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 16 12 77 0.79 0.84 0 0.70 243.69 0.73 0.17
Hex 10 C 4D 4F 54 0 46 F4 49 11
Octal 20 14 115 117 124 0 106 364 111 21
Binary 10000 1100 1001101 1001111 1010100 0 1000110 11110100 1001001 10001

Color Harmonies of #100C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C4D

Black with #100C4D

Text Example


Text Example

White with #100C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100C4D; }

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

 H1.HeaderClassName
 {
   color: #100C4D;
 }
 .AnyTagClassName
 {
   color: #100C4D;
 }
</style>

background-color css

<style>
 a { background-color: #100C4D; }

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

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

border-color css

<style>
 span { border-color: #100C4D; }

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

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