Html Css Color HEX #100277 Navy

📋 copy color: '#100277'

red 16 ◦ green 2 ◦ blue 119

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

Shades of Navy #100277

Tints of Navy #100277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 86.86%

R = 11.68%
G = 1.46%
B = 86.86%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100277 (or 0x100277) is known color: Navy. HEX triplet: 10, 02 and 77. RGB value is (16,2,119). Sum of RGB (Red+Green+Blue) = 16+2+119=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 119 (46.88% from 255 or 86.86% from 137); Max value from RGB is 119 - color contains mainly: blue. Hex color #100277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100277 is #EFFD88. Grayscale: #131313. Windows color (decimal): -15728009 or 7799312. OLE color: 7799312.

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

Color convert

RGB 16 2 119 -
CMYK 0.87 0.98 0 0.53
HSL 247.18º 0.97% 0.24% -
HSV(B) 247.18º 0.98% 0.47% -
XYZ 3.57 1.49 17.55 -
YUV 19.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 16 2 119 0.87 0.98 0 0.53 247.18 0.97 0.24
Hex 10 2 77 57 62 0 35 F7 61 18
Octal 20 2 167 127 142 0 65 367 141 30
Binary 10000 10 1110111 1010111 1100010 0 110101 11110111 1100001 11000

Color Harmonies of #100277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100277

Black with #100277

Text Example


Text Example

White with #100277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100277; }

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

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

background-color css

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

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

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

border-color css

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

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

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