Html Css Color HEX #100276 Navy

📋 copy color: '#100276'

red 16 ◦ green 2 ◦ blue 118

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

Shades of Navy #100276

Tints of Navy #100276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 11.76%
G = 1.47%
B = 86.76%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100276 (or 0x100276) is known color: Navy. HEX triplet: 10, 02 and 76. RGB value is (16,2,118). Sum of RGB (Red+Green+Blue) = 16+2+118=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #100276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100276 is #EFFD89. Grayscale: #121212. Windows color (decimal): -15728010 or 7733776. OLE color: 7733776.

HSL color Cylindrical-coordinate representation of color #100276: hue angle of 247.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100276 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 2 118 -
CMYK 0.86 0.98 0 0.54
HSL 247.24º 0.97% 0.24% -
HSV(B) 247.24º 0.98% 0.46% -
XYZ 3.51 1.46 17.24 -
YUV 19.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 16 2 118 0.86 0.98 0 0.54 247.24 0.97 0.24
Hex 10 2 76 56 62 0 36 F7 61 18
Octal 20 2 166 126 142 0 66 367 141 30
Binary 10000 10 1110110 1010110 1100010 0 110110 11110111 1100001 11000

Color Harmonies of #100276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100276

Black with #100276

Text Example


Text Example

White with #100276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100276; }

 p { color: rgb(16,2,118); }

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

background-color css

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

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

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

border-color css

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

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

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