Html Css Color HEX #100577 Navy

📋 copy color: '#100577'

red 16 ◦ green 5 ◦ blue 119

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

Shades of Navy #100577

Tints of Navy #100577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 11.43%
G = 3.57%
B = 85%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100577 (or 0x100577) is known color: Navy. HEX triplet: 10, 05 and 77. RGB value is (16,5,119). Sum of RGB (Red+Green+Blue) = 16+5+119=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 119 (46.88% from 255 or 85% from 140); Max value from RGB is 119 - color contains mainly: blue. Hex color #100577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100577 is #EFFA88. Grayscale: #141414. Windows color (decimal): -15727241 or 7800080. OLE color: 7800080.

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

Color convert

RGB 16 5 119 -
CMYK 0.87 0.96 0 0.53
HSL 245.79º 0.92% 0.24% -
HSV(B) 245.79º 0.96% 0.47% -
XYZ 3.6 1.55 17.56 -
YUV 21.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 16 5 119 0.87 0.96 0 0.53 245.79 0.92 0.24
Hex 10 5 77 57 60 0 35 F6 5C 18
Octal 20 5 167 127 140 0 65 366 134 30
Binary 10000 101 1110111 1010111 1100000 0 110101 11110110 1011100 11000

Color Harmonies of #100577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100577

Black with #100577

Text Example


Text Example

White with #100577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100577; }

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

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

background-color css

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

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

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

border-color css

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

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

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